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

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its 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.