Production-ready configurations, templates, and cheatsheets for AI-powered development tools.
Created by Agentic Academy | YouTube | LinkedIn
| Tool | Templates | Configs | Cheatsheet |
|---|---|---|---|
| Claude Code | 6 CLAUDE.md templates | Security profiles, hooks | Cheatsheet |
| Codex CLI | 3 AGENTS.md templates | Dev/staging/prod profiles | Cheatsheet |
| Cursor | 4 rule sets | MCP server configs | Cheatsheet |
| Gemini CLI | GEMINI.md templates | Auth guide | Cheatsheet |
| Copilot CLI | Custom agents | GitHub workflows | Cheatsheet |
| Finance | Prompt patterns | Compliance checklist | - |
Bonus: Universal Project Starter - configs for ALL tools in one template!
# Copy a template to your project
cp agentic-toolkit/claude-code/claude-md-templates/nextjs-fullstack.md ./CLAUDE.md# Copy rules to your project
cp -r agentic-toolkit/cursor/rules/typescript-react/ ./.cursor/rules/# Copy template and config
cp agentic-toolkit/codex-cli/agents-md-templates/microservices.md ./AGENTS.md
cp agentic-toolkit/codex-cli/config-profiles/development.toml ~/.codex/config.tomlThese configurations are battle-tested patterns extracted from real-world projects. They represent hundreds of hours of refinement and best practices.
What you get:
- Production-ready templates (not toy examples)
- Security configurations for different team sizes
- Tool-specific optimizations
- Cross-tool compatibility patterns
What you'll still need to learn:
- Why these patterns work
- When to customize vs. use defaults
- Advanced techniques and workflows
- How to combine tools effectively
Want to master these tools with hands-on training? The Agentic Academy certification courses cover everything in depth:
| Course | Sections | Questions | What You'll Learn |
|---|---|---|---|
| Claude Code | 20 | 70+ | CLAUDE.md mastery, skills, subagents, security |
| Codex CLI | 16 | 63 | AGENTS.md, approval modes, sandbox, MCP |
| Cursor AI | 18 | - | Rules system, Composer, Chat modes, context |
| Gemini CLI | - | - | GEMINI.md, authentication, Vertex AI |
| Copilot CLI | - | - | Custom agents, GitHub integration |
| Agentic Finance | 31 | - | AI for finance professionals |
Each course includes:
- Interactive exercises
- Real-world case studies
- Official certificate upon completion
- Lifetime access
agentic-toolkit/
├── claude-code/ # Claude Code configurations
├── codex-cli/ # Codex CLI configurations
├── cursor/ # Cursor AI configurations
├── gemini-cli/ # Gemini CLI configurations
├── copilot-cli/ # GitHub Copilot CLI configurations
├── finance/ # Finance-specific AI resources
├── universal/ # Cross-tool resources
│ ├── tool-comparison.md
│ ├── migration-guides/
│ └── project-starter/ # All tools in one template
└── cheatsheets/ # Quick reference guides
Contributions are welcome! Please see CONTRIBUTING.md for guidelines.
Ways to contribute:
- Add templates for new project types
- Improve existing configurations
- Fix typos or clarify documentation
- Share your customizations
MIT License - see LICENSE for details.