
Access and manage the persistent research cache to avoid redundant browsing
Unified toolkit for CORTEX operations including CAS integrity verification, summary generation, and LLM packer smoke testing.
<!-- CONTENT_HASH: 3151aa479f66e2897d0f86c904a19fbdb4233d1e56666f440be4173011656ee0 --> # AGI Hardener Skill **Version:** 1.0.0 **Status:** Experimental **Required_Canon_Version:** >=2.0.0 ## Purpose Hardens the external AGI repository (`D:/CCC 2.0/AI/AGI`) to follow AGS engineering standards. ## What It Does Applies automated fixes to Python files: 1. **Bare Excepts**: Converts `except:` to `except Exception as e:` with logging 2. **UTF-8 Encoding**: Adds `encoding='utf-8'` to `open()`
<!-- CONTENT_HASH: 6cd3be5be3af699574e28b5c93e12683f8435c5e43cbe5bd5da88de25bae4a66 --> **required_canon_version:** >=3.0.0 # Skill: artifact-escape-hatch **Version:** 0.1.0 **Status:** Deprecated > **DEPRECATED:** This skill has been consolidated into `commit-manager`. > Use `{"operation": "recover", ...}` with the commit-manager instead. ## Trigger Run this skill as part of CI or pre-commit to verify no generated files have been written outside allowed artifact roots. ## Inputs - `
Validate the ags admit admission control gate using deterministic fixtures.
Create a new Architecture Decision Record with auto-numbering and template
<!-- CONTENT_HASH: ab80fb27c93feefc9d6f259227b7f6bc7e79917beb06ecd59692663d42e22cb2 --> # Agent Activity Monitor **Skill:** `agent-activity` **Version:** 0.1.0 **Status:** Active **Required_canon_version:** >=2.11.15 **Description:** Monitors active agents and their current tasks by analyzing the MCP audit log. **Usage:** `skill_run(skill="agent-activity", input={})` ## Input Schema ```json { "limit": 10, // Number of recent sessions to show "active_within": 600 // Only show
# Skill: arxiv-to-md **Version:** 1.0.0 **Status:** Active **required_canon_version:** ">=1.0.0" ## Trigger When the user asks to download, convert, or fetch an arXiv paper as markdown. Examples: - "Download arxiv 1706.03762" - "Get this paper as markdown: https://arxiv.org/abs/2401.12345" - "Convert arxiv paper 1510.00149 to md" ## Inputs | Input | Type | Required | Default | Description | |-------|------|----------|---------|-------------| | arxiv_id | string | Yes | - | arXiv paper ID
Enforces changelog updates for significant changes to CANON/, TOOLS/, schemas, and ADRs
<!-- CONTENT_HASH: d3375ef099b88e5ef47ebae81e81bfe116399e6724bb4938397d56a361642aec --> **required_canon_version:** >=3.0.0 # Skill: cas-integrity-check **Version:** 1.0.0 **Status:** Deprecated > **DEPRECATED:** This skill has been consolidated into `cortex-toolkit`. > Use `{"operation": "verify_cas", ...}` with the cortex-toolkit instead. ## Purpose Verify the integrity of a content-addressed storage (CAS) directory by checking that each blob's SHA-256 hash matches its filename. ##
Run when a policy check is required for CI triggers.
Unified manager for commit-related operations including commit queue management, commit summary logging, and artifact escape hatch validation.
<!-- CONTENT_HASH: 459a7259d4910561c1b3125e514658c2923ae543f50563fe810345c0a0bcf328 --> **required_canon_version:** >=3.0.0 # Skill: cortex-summaries **Version:** 0.1.0 **Status:** Deprecated > **DEPRECATED:** This skill has been consolidated into `cortex-toolkit`. > Use `{"operation": "summarize", ...}` with the cortex-toolkit instead. ## Trigger Use when adding or validating deterministic, advisory section summaries (System-1 surface) derived from `CORTEX/_generated/SECTION_INDEX.jso
Use when asked to update repository documentation, ADRs, or onboarding guidance.
Use when asked to set up a local PowerShell bridge for controlled command execution on Windows.
Analyzes repo structure and identifies critical files.
<!-- CONTENT_HASH: 7b643dca3adc4d38de7030cb1e962a5130ea4b36ae04ad4bf97ed8889de2a3dc --> # Skill: governor **Version:** 0.1.0 **Status:** Active **required_canon_version:** ">=3.0.0 <4.0.0" **canon_version:** "3.0.0" # Governor The Conductor - analyzes, decomposes, and dispatches tasks to Ant Workers. ## Usage ```bash python scripts/run.py input.json output.json ``` ## Input Schema ```json { "gemini_prompt": "Analyze D:/path/to/files and summarize", "task_id": "analyze-001", "command
Use when generating INBOX ledgers, updating INBOX.md indexes, validating INBOX content hashes, or writing canonical reports to INBOX.
Verifies that all core invariants (INV-001 through INV-008) exist in CANON/INVARIANTS.md. This ensures that invariants are not removed without a major version bump, maintaining the v1.0 stability g...
<!-- CONTENT_HASH: 52686a4a44816ad79480c76cc0d51ba113ac0350b2eb871b42e9310030b43394 --> **required_canon_version:** >=3.0.0 # MCP Access Validator **Skill ID:** `mcp-access-validator` **Version:** 1.0.0 **Status:** Deprecated > **DEPRECATED:** This skill has been consolidated into `mcp-toolkit`. > Use `{"operation": "validate_access", ...}` with the mcp-toolkit instead. **Tags:** mcp, governance, validation, token-efficiency ## Purpose Prevents token waste by validating that agents use th
<!-- CONTENT_HASH: 947418164cb9f5cb7e42a3efd5aae779db7b4468b365669741b5182e0a40cf31 --> **required_canon_version:** >=3.0.0 # Skill: mcp-adapter **Version:** 0.1.0 **Status:** Deprecated > **DEPRECATED:** This skill has been consolidated into `mcp-toolkit`. > Use `{"operation": "adapt", ...}` with the mcp-toolkit instead. **canon_version:** "3.0.0" # MCP Adapter This skill wraps an MCP server execution in a governance envelope. ## Usage This skill is primarily used by the `ags` runtime
<!-- CONTENT_HASH: 94a604067049421f647271e3d6d14a0dc88c16412de0e761e261d40b7a1ffb68 --> **required_canon_version:** >=3.0.0 # Skill: mcp-extension-verify **Version:** 0.1.0 **Status:** Deprecated > **DEPRECATED:** This skill has been consolidated into `mcp-toolkit`. > Use `{"operation": "verify_extension", ...}` with the mcp-toolkit instead. ## Trigger Use when asked to verify the AGS MCP server inside any IDE extension or MCP-compatible client. ## Inputs - `input.json` with: - `cl
<!-- CONTENT_HASH: 49074ec22830377e0417793f0c711f975a598826378c3ad82c421e3e099e94a0 --> **required_canon_version:** >=3.0.0 # Skill: mcp-precommit-check **Version:** 0.1.0 **Status:** Deprecated > **DEPRECATED:** This skill has been consolidated into `mcp-toolkit`. > Use `{"operation": "precommit", ...}` with the mcp-toolkit instead. ## Trigger Use when asked to verify MCP is healthy before commit, including entrypoint tests, server running, and Windows autostart status. ## Inputs -
Validates that a pack is complete, correctly structured, and navigable.
<!-- CONTENT_HASH: 34e78399fa67a452129b5d956d27c8765382dd89943630e6221db8456c9ba80b --> **required_canon_version:** >=3.0.0 # Skill: pipeline-dag-receipts **Version:** 0.1.0 **Status:** Deprecated > **DEPRECATED:** This skill has been consolidated into `pipeline-toolkit`. > Use `{"operation": "receipts", ...}` with the pipeline-toolkit instead. ## Trigger When the agent is asked to implement distributed execution receipts for pipeline DAG nodes (Phase 7.1). ## Inputs JSON object: - `
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
<!-- CONTENT_HASH: 9bd07a4ed03d6eea49673a43682a62ca7df8b0cabb7ff424ac91cd35e9e7bea7 --> # Skill: swarm-directive **Version:** 0.1.0 **Status:** Draft **required_canon_version:** ">=2.8.0 <3.0.0" # Swarm Directive Skill Send tasks to your CATALYTIC-DPT swarm from Claude Code, Kilo CLI, or Cline CLI. ## Quick Start ### Option 1: Direct CLI Command (Simplest) ```bash cd "d:\CCC 2.0\AI\agent-governance-system" # Create input cat > /tmp/swarm_task.json << 'EOF' { "directive": "Analyze the
<!-- CONTENT_HASH: b22de257a144f83b390075074e3d6a4552ecbc1ec53fc5d4960c6e76dc9807dd --> # Skill: swarm-orchestrator **Version:** 0.1.0 **Status:** Active **required_canon_version:** ">=3.0.0 <4.0.0" **canon_version:** "3.0.0" # Swarm Orchestrator Launches and coordinates Governor + Ant Workers. ## Usage ```bash # Launch Governor python scripts/poll_and_execute.py --role Governor # Launch Ant Workers python scripts/poll_and_execute.py --role Ant-1 python scripts/poll_and_execute.py --role A
<!-- CONTENT_HASH: 714f1a1f568ac3e93fcb1c1ed6134733148c65799e1aadbe6b7a11f76e36c7fd --> **required_canon_version:** >=3.0.0 # System 1 Verify Skill **Version:** 1.0.0 **Status:** Deprecated > **DEPRECATED:** This skill has been consolidated into `cortex-toolkit`. > Use `{"operation": "verify_system1", ...}` with the cortex-toolkit instead. **Date:** 2025-12-28 **Confidence:** Medium **Impact:** Low **Tags:** [verification, cortex, system1] ## Purpose Ensures system1.db is in sync with
<!-- CONTENT_HASH: 76ff8aae9eb9a7f8b730bd62abc2d5402a8164f08955f99a03ab77fa196ddf03 --> **required_canon_version:** >=3.0.0 # Skill: skill_name **Version:** 0.1.0 **Status:** Draft ## Trigger Describe the user intent or condition that should trigger this skill. For example, "when the agent receives a request to create a new blog post". ## Inputs List the inputs expected by the skill. Include types, defaults and whether each input is required. ## Outputs Describe what the skill retur
Test CAT LAB safe primitives including file locking, atomic writes, and task validation
Enforces disciplined git workflow for agents to prevent commit bloat and ensure human approval before permanent repository changes.
Run TOOLS/governance/critic.py to verify governance compliance before making changes
Align the repository with its stated governance by scanning contract docs, extracting explicit rules, running checks, and implementing the smallest compliant fixes with enforcement.
Unified toolkit for pipeline DAG operations including scheduling, receipt generation, and restoration.
Use when a minimal, deterministic example skill is needed to verify the contract runner.
Run NAVIGATION/PROMPTS tasks by parsing headers, enforcing prompt canon gates (lint, FILL_ME__, hash checks, allowlists, dependencies), executing declared commands, and emitting deterministic receipts/reports. Use when asked to execute a prompt file or run a phase prompt.
**required_canon_version:** >=3.0.0 # Cortex Build Skill **Version:** 0.1.0 **Status:** Deprecated > **DEPRECATED:** This skill has been consolidated into `cortex-toolkit`. > Use `{"operation": "build", ...}` with the cortex-toolkit instead. Rebuild the Cortex index and SECTION_INDEX, then verify expected paths appear in SECTION_INDEX. ## Usage ```bash python run.py input.json output.json ``` ## Inputs (input.json) - expected_paths: list of repo-relative paths to verify in SECTION_INDEX
<!-- CONTENT_HASH: 7e9a19ab3465161e49b31bc2a5ea38ad9591d82fc6cf02410938122840ea77e9 --> **required_canon_version:** >=3.0.0 # Skill: mcp-message-board **Version:** 0.1.0 **Status:** Deprecated > **DEPRECATED:** This skill has been consolidated into `mcp-toolkit`. > Use `{"operation": "message_board", ...}` with the mcp-toolkit instead. ## Trigger Use when adding or modifying the MCP message board toolset (schema, server handlers, storage, roles, fixtures, ADR, changelog/version). ## O
<!-- CONTENT_HASH: 419edd6bb0ec051bbe08e2de9bd01ec57bcba07908dbe2ace02201659ae10fd0 --> **required_canon_version:** >=3.0.0 # Skill: pipeline-dag-restore **Version:** 0.1.0 **Status:** Deprecated > **DEPRECATED:** This skill has been consolidated into `pipeline-toolkit`. > Use `{"operation": "restore", ...}` with the pipeline-toolkit instead. ## Trigger Use when implementing or modifying the pipeline DAG restore runner, including receipt-gated recovery, CLI wiring, tests, and roadmap/c
Audit logging and gated access for MASTER_OVERRIDE usage.
Distributed task executor for CATALYTIC-DPT swarm.
This skill handles migrations when breaking changes occur to the canon or system structure.
Enforce canonical filename and metadata standards for ALL markdown documentation across the repository.
Run failsafe checks and return ceremony checklist with staged files
Ensures deterministic intent artifacts are generated for governed pipeline runs and admission gate responses are recorded.
Unified toolkit for MCP (Model Context Protocol) operations including server building, access validation, extension verification, message board management, pre-commit checks, and smoke testing.
Deterministic document merge utility (verify/apply) with JSON-in/JSON-out skill wrapper
Use when converting PDF documents to Markdown format for documentation or content processing.
Unified terminal bridge for AGS. Supports two distinct servers: (1) AGS PowerShell Bridge for Google Antigravity MCP command execution, and (2) VSCode Antigravity Bridge for spawning terminals inside VSCode.
<!-- CONTENT_HASH: 2acfc1d9ccc3d523edf7118e48beccae7b879b278e946f016b310644793d5539 --> **required_canon_version:** >=3.0.0 # Skill: commit-queue **Version:** 0.1.0 **Status:** Deprecated > **DEPRECATED:** This skill has been consolidated into `commit-manager`. > Use `{"operation": "queue", ...}` with the commit-manager instead. ## Trigger Use when managing a queued commit workflow (enqueue, list, process) that coordinates multiple local agents and produces deterministic queue artifact
<!-- CONTENT_HASH: 9b6f208bd4bca482a927ba797787ae4d18e6a16ac16f3a2e1ca7bd429fd19f80 --> **required_canon_version:** >=3.0.0 # Skill: commit-summary-log **Version:** 0.2.0 **Status:** Deprecated > **DEPRECATED:** This skill has been consolidated into `commit-manager`. > Use `{"operation": "summarize", ...}` with the commit-manager instead. ## Purpose 1) Write a deterministic, per-commit summary entry to a JSONL log under `CONTRACTS/_runs/commit_logs/`. 2) Generate a single-line, govern
<!-- CONTENT_HASH: d833438867b3cbbf8ae15f98c1fe9e9caf7ee49eda2ca3fb1332f76479aaf02f --> **required_canon_version:** >=3.0.0 # Skill: llm-packer-smoke **Version:** 0.1.0 **Status:** Deprecated > **DEPRECATED:** This skill has been consolidated into `cortex-toolkit`. > Use `{"operation": "smoke_test", ...}` with the cortex-toolkit instead. ## Trigger Use to verify that `MEMORY/LLM_PACKER/Engine/packer.py` runs and produces a minimal pack skeleton under `MEMORY/LLM_PACKER/_packs/` (fixtur
<!-- CONTENT_HASH: fd1b69daf795f227c42b49714692e6fac2530cd61da1110ac9ee8c20118d0782 --> **required_canon_version:** >=3.0.0 # Skill: mcp-builder **Version:** 0.1.0 **Status:** Deprecated > **DEPRECATED:** This skill has been consolidated into `mcp-toolkit`. > Use `{"operation": "build", ...}` with the mcp-toolkit instead. **canon_version:** "3.0.0" # MCP Server Development Guide ## Overview Create MCP (Model Context Protocol) servers that enable LLMs to interact with external services th
<!-- CONTENT_HASH: 3500ba9ad1d99cf179c71ea71d756c5d30401724592a3accda58abb61a45d26f --> **required_canon_version:** >=3.0.0 # Skill: mcp-smoke **Version:** 0.1.0 **Status:** Deprecated > **DEPRECATED:** This skill has been consolidated into `mcp-toolkit`. > Use `{"operation": "smoke", ...}` with the mcp-toolkit instead. ## Trigger Use when asked to verify that the AGS MCP server is runnable (stdio mode) and to perform a quick smoke test. ## Inputs - `input.json` with: - `entrypoint
<!-- CONTENT_HASH: 8fc47145aff0ac6bdeeacfc09d9f8c7cfd383263c054668c48152704a6e646de --> **required_canon_version:** >=3.0.0 # Skill: pipeline-dag-scheduler **Version:** 0.1.0 **Status:** Deprecated > **DEPRECATED:** This skill has been consolidated into `pipeline-toolkit`. > Use `{"operation": "schedule", ...}` with the pipeline-toolkit instead. ## Trigger When the agent is asked to implement deterministic pipeline DAG scheduling (Phase 7.0) that composes multiple existing pipelines in
<!-- CONTENT_HASH: 0f69dfe537f3e6cd8b1fdb353c9ab7c031ef8b08379fde8a98c137bb604d799d --> # Qwen CLI - Local AI Assistant **Version:** 1.0.0 **Status:** Active **Required_Canon_Version:** >=2.0.0 **Purpose**: Provides a local CLI interface to Qwen 7B via Ollama for fast, offline AI assistance. **Model**: Qwen2.5 7B (via Ollama) **Use Cases**: - Quick code questions without cloud API costs - Offline development assistance - Fast prototyping and testing - Private/sensitive code analysis ## F