Agent Skills: analyze_repo_capabilities

Detect repo tooling and patterns, then record a dynamic manifest.

UncategorizedID: CheekyCodexConjurer/quant-lab/analyze_repo_capabilities

Install this agent skill to your local

pnpm dlx add-skill https://github.com/CheekyCodexConjurer/quant-lab/tree/HEAD/.codex/skills/analyze_repo_capabilities

Skill Files

Browse the full folder contents for analyze_repo_capabilities.

Download Skill

Loading file tree…

.codex/skills/analyze_repo_capabilities/SKILL.md

Skill Metadata

Name
analyze_repo_capabilities
Description
Detect repo tooling and patterns, then record a dynamic manifest.

Purpose

Scan the repository for tooling signals and record findings.

Steps

  1. Inspect common signatures (CI, Docker, IaC, agents, frameworks).
  2. Update .agent-docs/memory/CAPABILITIES.md.
  3. Populate .agent-docs/memory/COMMANDS.md and COMMANDS.json.
  4. Update .agent-docs/memory/MANIFEST.yaml.
  5. Update .agent-docs/memory/INDEX.md and INDEX.json.

Guardrails

  • Do not overwrite existing files; merge append-only where possible.
  • Prefer verified commands and record confidence.