CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. hughyau
  4. /
  5. qiushi-skill
  6. /
  7. Arming Thought

Arming Thought

Editor's Note

This is a lightweight routing framework that runs at the start of each top-level conversation to establish a "seek truth from facts" baseline before deciding whether to load other skills. It's basically a dispatch layer: you verify claims against actual evidence, check your work before calling it done, and only pull in downstream skills like contradiction-analysis or practice-cognition when the task genuinely needs them. The core idea is to avoid both empty speculation and mechanical skill-stacking. If you're already in a sub-agent handling a narrow task, you skip it entirely. Think of it as a sanity check that asks "do I actually need a framework here, or can I just do the work?"

Install

npx skills add https://github.com/hughyau/qiushi-skill --skill arming-thought
Votes
0
Installs218
GitHub Stars3.2k
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment