Claude Code Plugins

Community-maintained marketplace

Feedback

analyze_repo_capabilities

@CheekyCodexConjurer/quant-lab
0
0

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

Install Skill

Shared

Installs to .agents/skills, used by Codex, Amp, Warp, Cursor, OpenCode, and more.

CodexAmp
Warp
CursorOpenCode
Cline
Gemini CLI
GitHub Copilot
Personal

Available across projects.

$npx skills-installer add @CheekyCodexConjurer/quant-lab/analyze_repo_capabilities --client shared
Project

Writes to .agents/skills.

$npx skills-installer add @CheekyCodexConjurer/quant-lab/analyze_repo_capabilities -p --client shared
Note: Review the skill instructions before using it.

SKILL.md

name analyze_repo_capabilities
description Detect repo tooling and patterns, then record a dynamic manifest.
metadata [object Object]

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.