Add interactive agent dashboard and CLAUDE.md reference guide#113
Add interactive agent dashboard and CLAUDE.md reference guide#113anshmudgil wants to merge 1 commit intomsitarzewski:mainfrom
Conversation
- CLAUDE.md: comprehensive repo bible documenting all 106+ agents, the NEXUS orchestration system, agent file format spec, scripts reference, integration guide, and quick activation phrases for every division - docs/index.html: zero-dependency single-file visual dashboard deployable to GitHub Pages; embeds all agent metadata as JS, fetches full prompts from GitHub raw on demand; features card grid by division, live search, copy-prompt, download-md, and install instructions for Claude Code / Cursor / Windsurf / Aider / Gemini CLI / GitHub Copilot - docs/.nojekyll: prevents GitHub Pages Jekyll processing Deploy: Settings → Pages → Branch: master → Folder: /docs Dashboard URL: https://anshmudgil.github.io/AGENCY-AGENTS-MAIN/ https://claude.ai/code/session_01XGvaA2yLaJi8n2n7do156b
|
Hey @anshmudgil — love the dashboard concept! Making agents discoverable without cloning is a great idea. A couple of thoughts:
Would you be interested in reworking the dashboard to use this approach? We can provide guidance on the frontmatter schema and directory structure. |
What does this PR do?
This PR introduces two major additions to the repository:
Interactive Agent Dashboard (
docs/index.html) — A fully-featured web interface for browsing, searching, and exploring all 106+ agents in The Agency. Features include:CLAUDE.md Reference Guide — A comprehensive 520-line reference document covering:
Why These Changes?
Dashboard: Provides an intuitive, visual entry point for discovering and understanding agents. Eliminates friction for users who want to browse the library without cloning the repo or reading markdown files. Supports all major AI coding tools with tool-specific installation instructions.
CLAUDE.md: Serves as the authoritative internal reference for developers, maintainers, and contributors. Consolidates critical information (structure, format specs, agent roster, NEXUS doctrine) in a single, machine-readable document. Enables better onboarding and reduces documentation fragmentation.
Testing
Notes
.nojekyllfile added to enable GitHub Pages serving of the HTML dashboardhttps://claude.ai/code/session_01XGvaA2yLaJi8n2n7do156b