Skip to main content

← All sources

Continuous-Claude-v3 skills

Context management for Claude Code. Hooks maintain state via ledgers and handoffs. MCP execution without context pollution. Agent orchestration with isolated context windows. 112 skills. skills-hub.ai mirrors 113 skills from Continuous-Claude-v3 daily, every skill links back to its upstream GitHub source. Install with one command across Claude Code, Cursor, Codex, Windsurf, and any MCP-compatible tool.

Upstream: github.com/parcadei/Continuous-Claude-v3

Installing a Continuous-Claude-v3 skill

Pick a skill below, then run the install command for your AI coding tool. The skills-hub CLI writes the SKILL.md to the right directory and tracks the install in .skills.json so your team gets reproducible installs.

# Install a Continuous-Claude-v3 skill
npx @skills-hub-ai/cli install <skill-slug>

# Browse all Continuous-Claude-v3 skills via API
curl https://skills-hub.ai/api/v1/skills?source=continuous-claude-v3

# Browse all sources
open https://skills-hub.ai/sources

Top Continuous-Claude-v3 skills

See all →

The most-installed skills from Continuous-Claude-v3, ranked by adoption.

  1. 01agent-orchestration

    Agent Orchestration Rules

    Buildfrom Continuous-Claude-v3
  2. 02agentica-infrastructure

    Reference guide for Agentica multi-agent infrastructure APIs

    Buildfrom Continuous-Claude-v3
  3. 03agentica-sdk

    Build Python agents with Agentica SDK - @agentic decorator, spawn(), persistence, MCP integration

    Buildfrom Continuous-Claude-v3
  4. 04agentica-spawn

    Spawn Agentica multi-agent patterns

    Buildfrom Continuous-Claude-v3
  5. 05async-repl-protocol

    Async REPL Protocol

    Buildfrom Continuous-Claude-v3
  6. 06search-hierarchy

    Search Tool Hierarchy

    Buildfrom Continuous-Claude-v3
  7. 07ast-grep-find

    AST-based code search and refactoring via ast-grep MCP

    Buildfrom Continuous-Claude-v3
  8. 08build

    Workflow orchestrator that chains existing skills for feature development

    Buildfrom Continuous-Claude-v3
  9. 09cli-reference

    Claude Code CLI commands, flags, headless mode, and automation patterns

    Buildfrom Continuous-Claude-v3
  10. 10completion-check

    Completion Check: Verify Infrastructure Is Wired

    Buildfrom Continuous-Claude-v3
  11. 11continuity-ledger

    Create or update continuity ledger for state preservation across clears

    Buildfrom Continuous-Claude-v3
  12. 12dead-code

    Find unused functions and dead code in the codebase

    Buildfrom Continuous-Claude-v3
  13. 13describe-pr

    Generate comprehensive PR descriptions following repository templates

    Buildfrom Continuous-Claude-v3
  14. 14explore

    Meta-skill for internal codebase exploration at varying depths (quick/deep/architecture)

    Buildfrom Continuous-Claude-v3
  15. 15fix

    Meta-skill workflow orchestrator for bug investigation and resolution. Routes to debug, implement, test, and commit based on scope.

    Buildfrom Continuous-Claude-v3
  16. 16github-search

    Search GitHub code, repositories, issues, and PRs via MCP

    Buildfrom Continuous-Claude-v3
  17. 17help

    Interactive workspace discovery - learn what tools, workflows, agents, and hooks are available

    Buildfrom Continuous-Claude-v3
  18. 18hooks

    Hook Development Rules

    Buildfrom Continuous-Claude-v3
  19. 19idempotent-redundancy

    Idempotent Redundancy

    Buildfrom Continuous-Claude-v3
  20. 20implement_task

    Implementation agent that executes a single task and creates handoff on completion

    Buildfrom Continuous-Claude-v3
  21. 21llm-tuning-patterns

    LLM Tuning Patterns

    Buildfrom Continuous-Claude-v3
  22. 22math-intuition-builder

    Develops mathematical understanding through examples, visualization, and analogy

    Buildfrom Continuous-Claude-v3
  23. 23math-progress-monitor

    Metacognitive check-ins during problem solving - detects when to pivot or persist

    Buildfrom Continuous-Claude-v3
  24. 24math-help

    Guide to the math cognitive stack - what tools exist and when to use each

    Buildfrom Continuous-Claude-v3

About this source

skills-hub.ai mirrors skills from 90+ official GitHub repositories every day. Each imported skill is parsed from a SKILL.md file in the source repo, gets a security scan and quality score on import, and links back to its upstream source of truth.

Last sync: Aug 24, 2026, 6:21 PM (success).

Continuous-Claude-v3 skills, frequently asked

What are Continuous-Claude-v3 skills?

Continuous-Claude-v3 skills are AI coding skills published by Continuous-Claude-v3 (Context management for Claude Code. Hooks maintain state via ledgers and handoffs. MCP execution without context pollution. Agent orchestration with isolated context windows. 112 skills.) and mirrored daily on skills-hub.ai. They are SKILL.md files that follow the open Agent Skills standard, so they work in Claude Code, Cursor, Codex CLI, Windsurf, Copilot, and any MCP-compatible tool.

How many Continuous-Claude-v3 skills are available?

skills-hub.ai indexes 113 skills from Continuous-Claude-v3, synced daily from the upstream GitHub repository (https://github.com/parcadei/Continuous-Claude-v3).

How do I install a Continuous-Claude-v3 skill?

Run `npx @skills-hub-ai/cli install <skill-slug>` in your project. The CLI writes the SKILL.md to the right directory for your AI tool and adds it to your `.skills.json` lockfile so your team gets the same skills at the same versions.

Are these official Continuous-Claude-v3 skills?

Yes. Every skill from this source is mirrored from Continuous-Claude-v3's own GitHub repository (https://github.com/parcadei/Continuous-Claude-v3). Each skill page links back to the upstream source of truth, so you can verify the original.