Centralized registry for SmartTools - AI-powered CLI tool definitions
Go to file
rob 2960534461 Rename SmartTools to CmdForge throughout registry
- Update README.md with new project name and URLs
- Update CONTRIBUTING.md with new CLI commands
- Update repository structure references

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 22:22:17 -04:00
.gitea/workflows Add CI validation workflow for tool submissions 2025-12-31 22:50:20 -04:00
categories Initialize SmartTools Registry structure 2025-12-31 21:37:16 -04:00
tools/official Add official seed tools 2025-12-31 22:43:42 -04:00
CONTRIBUTING.md Rename SmartTools to CmdForge throughout registry 2026-01-02 22:22:17 -04:00
README.md Rename SmartTools to CmdForge throughout registry 2026-01-02 22:22:17 -04:00

README.md

CmdForge Registry

The official registry of tools for CmdForge - a lightweight personal tool builder for AI-powered CLI commands.

Browse Tools

Visit the web UI: https://cmdforge.brrd.tech (or your self-hosted instance)

Or use the CLI:

cmdforge registry browse
cmdforge registry search <query>

Install a Tool

cmdforge registry install official/summarize

Publish Your Own Tool

  1. Create an account at the registry website
  2. Generate an API token from your dashboard
  3. Run cmdforge registry publish in your tool directory

See CONTRIBUTING.md for detailed guidelines.

Repository Structure

CmdForge-Registry/
├── tools/                    # All published tools
│   ├── official/             # Official namespace
│   │   ├── summarize/
│   │   │   ├── config.yaml
│   │   │   └── README.md
│   │   └── translate/
│   │       ├── config.yaml
│   │       └── README.md
│   └── {username}/           # User namespaces
│       └── {toolname}/
│           ├── config.yaml
│           └── README.md
├── categories/
│   └── categories.yaml       # Category definitions
└── index.json                # Auto-generated search index

License

Tools in this registry are published under their individual licenses as specified in each tool's config.yaml or README.md.

Updated Wed 31 Dec 2025 10:36:43 PM AST