From agent-knowledge
Clones and indexes a git repository into knowledge stores for background processing. Use with git URL and optional --name/--branch for library sources like React.
npx claudepluginhub chris-xperimntl/agent-knowledgeThis skill is limited to using the following tools:
Clone and index a library source repository: **$ARGUMENTS**
Create, index, and manage BK stores from Git repos, local folders, or web docs; monitor jobs, list, and remove stores.
Runs GitNexus CLI to index git repos into knowledge graphs, check status, clean indexes, generate LLM wikis, and list repos. Use before exploring codebases with other skills.
Manages local GitHub knowledge base with GITHUB_KB.md catalog and enables gh CLI searches for repos, PRs, issues. Useful for exploring codebases, cloning repos, and GitHub project queries.
Share bugs, ideas, or general feedback.
Clone and index a library source repository: $ARGUMENTS
Parse arguments from $ARGUMENTS:
Use mcp__agent-knowledge__execute tool with command "store:create":
Display results showing job ID for background indexing:
โ Cloning https://github.com/facebook/react...
โ Created store: react (a1b2c3d4...)
Location: ~/.local/share/agent-knowledge/stores/a1b2c3d4.../
๐ Indexing started in background
Job ID: job_abc123def456
Check status with: /agent-knowledge:check-status job_abc123def456
Or view all jobs: /agent-knowledge:check-status
If creation fails (e.g., invalid URL, network error, git not available):
โ Failed to clone repository: [error message]
Common issues:
- Check that the git URL is valid and accessible
- Ensure you have network connectivity
- Verify git is installed on your system
- For private repos, check your SSH keys or credentials