parcadei/Continuous-Claude-v3
这个仓库里有 158 个技能,GitHub 星标 ★ 3,941。
- trace-claude-code|
- agent-context-isolationAgent Context Isolation
- agent-orchestrationAgent Orchestration Rules
- agentic-workflowAgentic Workflow Pattern
- agentica-claude-proxyGuide for integrating Agentica SDK with Claude Code CLI proxy
- agentica-infrastructureReference guide for Agentica multi-agent infrastructure APIs
- agentica-promptsWrite reliable prompts for Agentica/REPL agents that avoid LLM instruction ambig
- agentica-sdkBuild Python agents with Agentica SDK - @agentic decorator, spawn(), persistence
- agentica-serverAgentica server + Claude proxy setup - architecture, startup sequence, debugging
- agentica-spawnSpawn Agentica multi-agent patterns
- async-repl-protocolAsync REPL Protocol
- leann-searchSemantic search across codebase using LEANN vector index
- router-first-architectureRouter-First Architecture
- search-hierarchySearch Tool Hierarchy
- search-toolsSearch Tool Hierarchy
- ast-grep-findAST-based code search and refactoring via ast-grep MCP
- async-repl-protocolAsync REPL Protocol
- background-agent-pingsBackground Agent Pings
- braintrust-analyzeAnalyze Claude Code sessions via Braintrust
- braintrust-tracingBraintrust tracing for Claude Code - hook architecture, sub-agent correlation, d
- cli-referenceClaude Code CLI commands, flags, headless mode, and automation patterns
- commitCreate git commits with user approval and no Claude attribution
- complete-skillA complete skill for E2E testing
- completion-checkCompletion Check: Verify Infrastructure Is Wired
- compound-learningsTransform session learnings into permanent capabilities (skills, rules, agents).
- continuity-ledgerCreate or update continuity ledger for state preservation across clears
- create-handoffCreate handoff document for transferring work to another session
- dead-codeFind unused functions and dead code in the codebase
- debugDebug issues by investigating logs, database state, and git history
- debug-hooksSystematic hook debugging workflow. Use when hooks aren't firing, producing wron
- describe-prGenerate comprehensive PR descriptions following repository templates
- discovery-interviewDeep interview process to transform vague ideas into detailed specs. Works for t
- environment-triageEnvironment Triage
- explicit-identityExplicit Identity Across Boundaries
- exploreMeta-skill for internal codebase exploration at varying depths (quick/deep/archi
- firecrawl-scrapeScrape web pages and extract content via Firecrawl MCP
- fixMeta-skill workflow orchestrator for bug investigation and resolution. Routes to
- git-commitsGit Commit Rules
- github-searchSearch GitHub code, repositories, issues, and PRs via MCP
- graceful-degradationGraceful Degradation with Helpful Messages
- helpInteractive workspace discovery - learn what tools, workflows, agents, and hooks
- hook-developerComplete Claude Code hooks reference - input/output schemas, registration, testi
- hooksHook Development Rules
- idempotent-redundancyIdempotent Redundancy
- implement_planImplement technical plans from thoughts/shared/plans with verification
- implement_plan_microImplement technical plans from thoughts/shared/plans with verification
- implement_taskImplementation agent that executes a single task and creates handoff on completi
- index-at-creationIndex at Creation Time
- llm-tuning-patternsLLM Tuning Patterns
- loogle-searchSearch Mathlib for lemmas by type signature pattern
- fieldsProblem-solving strategies for fields in abstract algebra
- groupsProblem-solving strategies for groups in abstract algebra
- ringsProblem-solving strategies for rings in abstract algebra
- categories-functorsProblem-solving strategies for categories functors in category theory
- limits-colimitsProblem-solving strategies for limits colimits in category theory
- natural-transformationsProblem-solving strategies for natural transformations in category theory
- analytic-functionsProblem-solving strategies for analytic functions in complex analysis
- contour-integralsProblem-solving strategies for contour integrals in complex analysis
- residuesProblem-solving strategies for residues in complex analysis
- banach-spacesProblem-solving strategies for banach spaces in functional analysis
- hilbert-spacesProblem-solving strategies for hilbert spaces in functional analysis
- operator-theoryProblem-solving strategies for operator theory in functional analysis
- graph-algorithmsProblem-solving strategies for graph algorithms in graph number theory
- modular-arithmeticProblem-solving strategies for modular arithmetic in graph number theory
- prime-numbersProblem-solving strategies for prime numbers in graph number theory
- channel-capacityProblem-solving strategies for channel capacity in information theory
- entropyProblem-solving strategies for entropy in information theory
- source-codingProblem-solving strategies for source coding in information theory
- eigenvaluesProblem-solving strategies for eigenvalues in linear algebra
- matricesProblem-solving strategies for matrices in linear algebra
- vector-spacesProblem-solving strategies for vector spaces in linear algebra
- math-intuition-builderDevelops mathematical understanding through examples, visualization, and analogy
- math-model-selectorRoutes problems to appropriate mathematical frameworks using expert heuristics
- math-progress-monitorMetacognitive check-ins during problem solving - detects when to pivot or persis
- predicate-logicProblem-solving strategies for predicate logic in mathematical logic
- proof-theoryProblem-solving strategies for proof theory in mathematical logic
- propositional-logicProblem-solving strategies for propositional logic in mathematical logic
- integration-theoryProblem-solving strategies for integration theory in measure theory
- lebesgue-measureProblem-solving strategies for lebesgue measure in measure theory
- sigma-algebrasProblem-solving strategies for sigma algebras in measure theory
- interpolationProblem-solving strategies for interpolation in numerical methods
- numerical-integrationProblem-solving strategies for numerical integration in numerical methods
- root-findingProblem-solving strategies for root finding in numerical methods
- boundary-value-problemsProblem-solving strategies for boundary value problems in odes pdes
- first-order-odesProblem-solving strategies for first order odes in odes pdes
- second-order-odesProblem-solving strategies for second order odes in odes pdes
- constrained-optimizationProblem-solving strategies for constrained optimization in optimization
- convex-optimizationProblem-solving strategies for convex optimization in optimization
- gradient-methodsProblem-solving strategies for gradient methods in optimization
- continuityProblem-solving strategies for continuity in real analysis
- convergenceProblem-solving strategies for convergence in real analysis
- limitsProblem-solving strategies for limits in real analysis
- rudin-real-complex-analysisProblem-solving with Rudin's Real and Complex Analysis textbook
- compactnessProblem-solving strategies for compactness in topology
- connectednessProblem-solving strategies for connectedness in topology
- open-setsProblem-solving strategies for open sets in topology
- math-helpGuide to the math cognitive stack - what tools exist and when to use each
- math-routerDeterministic router for math cognitive stack - maps user intent to exact CLI co
- mathUnified math capabilities - computation, solving, and explanation. I route to th
- mcp-chainingResearch-to-implement pipeline chaining 5 MCP tools with graceful degradation
- mcp-scriptsMCP Script Rules
- migrateMigration workflow - research → analyze → plan → implement → review
- modular-codeModular Code Organization
- morph-applyFast file editing via Morph Apply API (10,500 tokens/sec, 98% accuracy)
- morph-searchFast codebase search via WarpGrep (20x faster than grep)
- motSystem health check (MOT) for skills, agents, hooks, and memory
- nia-docsSearch library documentation and code examples via Nia
- no-polling-agentsNo Polling for Background Agents
- no-task-outputNever Use TaskOutput
- observe-before-editingObserve Before Editing
- onboardAnalyze brownfield codebase and create initial continuity ledger
- opc-architectureOPC Architecture Understanding
- parallel-agent-contractsParallel Agent Type Contracts
- parallel-agentsParallel Agent Orchestration
- perplexity-searchAI-powered web search, research, and reasoning via Perplexity
- pint-computeUnit-aware computation with Pint - convert units, dimensional analysis, unit ari
- planning-agentPlanning agent that creates implementation plans and handoffs from conversation
- premortemIdentify failure modes before they occur using structured risk analysis
- proveFormal theorem proving with research, testing, and verification phases
- qlty-checkCode quality checks, formatting, and metrics via qlty CLI
- qlty-during-developmentQLTY During Development
- recallQuery the memory system for relevant learnings from past sessions
- recall-reasoningSearch past reasoning for relevant decisions and approaches
- refactorCode refactoring workflow - analyze → plan → implement → review → validate
- reference-sdkCheck reference SDK implementations using btca ask
- releaseRelease preparation workflow - security audit → E2E tests → review → changelog →
- rememberStore a learning, pattern, or decision in the memory system for future recall
- repo-research-analystAnalyze repository structure, patterns, conventions, and documentation for under
- repopromptUse RepoPrompt CLI for token-efficient codebase exploration
- researchDocument codebase as-is with thoughts directory for historical context
- research-agentResearch agent for external documentation, best practices, and library APIs via
- research-externalExternal research workflow for docs, web, APIs - NOT codebase exploration
- resume-handoffResume work from handoff document with context analysis and validation
- reviewComprehensive code review workflow - parallel specialized reviews → synthesis
- router-first-architectureRouter-First Architecture
- search-hierarchySearch Tool Hierarchy
- search-routerChoose the right search tool for each query type
- search-toolsSearch Tool Hierarchy
- securitySecurity audit workflow - vulnerability scan → verification
- shapely-computeComputational geometry with Shapely - create geometries, boolean operations, mea
- skill-developerMeta-skill for creating and managing Claude Code skills
- skill-developmentSkill Development Rules
- skill-upgraderUpgrade any skill to v5 Hybrid format using decision theory + modal logic
- slash-commandsCreate and use Claude Code slash commands - quick prompts, bash execution, file
- sub-agentsCreate and configure Claude Code sub-agents with custom prompts, tools, and mode
- system-overviewShow users how Continuous Claude works - the opinionated setup with hooks, memor
- tddTest-driven development workflow with philosophy guide - plan → write tests → im
- tdd-migrateTDD workflow for migrations - orchestrate agents, zero main context growth
- tdd-migration-pipelineOrchestrator-only workflow for migrating/rewriting codebases with full TDD and a
- tldr-codeToken-efficient code analysis via 5-layer stack (AST, Call Graph, CFG, DFG, PDG)
- tldr-deepFull 5-layer analysis of a specific function. Use when debugging or deeply under
- tldr-overviewGet a token-efficient overview of any project using the TLDR stack
- tldr-routerMaps questions to the optimal tldr command. Use this to pick the right layer
- tldr-statsShow full session token usage, costs, TLDR savings, and hook activity
- tourFriendly onboarding when users ask about capabilities
- validate-agentValidation agent that validates plan tech choices against current best practices
- wiringWiring Verification
- workflow-routerGoal-based workflow orchestration - routes tasks to specialist agents based on u
想一次拿到这个仓库的全部技能?
本站把开放许可(MIT / Apache 等)的仓库按整仓打包整理到网盘,点一下转存到你自己的网盘。许可未声明的仓库只给原始仓库链接,不打包。