Skip to content

SGobet/agentic-toolkit

Repository files navigation

Agentic Toolkit

Production-ready configurations, templates, and cheatsheets for AI-powered development tools.

Claude Code Codex CLI Cursor Gemini CLI Copilot CLI Finance

Created by Agentic Academy | YouTube | LinkedIn


What's Inside

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!


Quick Start

Claude Code

# Copy a template to your project
cp agentic-toolkit/claude-code/claude-md-templates/nextjs-fullstack.md ./CLAUDE.md

Cursor

# Copy rules to your project
cp -r agentic-toolkit/cursor/rules/typescript-react/ ./.cursor/rules/

Codex CLI

# 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.toml

Why Use These Configs?

These 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

Get Certified

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

Repository Structure

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

Contributing

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

License

MIT License - see LICENSE for details.


Agentic Academy

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages