Skip to content

A curated collection of prompts, skills, plugins, and best practices for AI coding agents. Standardize and accelerate agent setup across teams.

License

Notifications You must be signed in to change notification settings

atc-net/atc-agentic-toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ATC Agentic Toolkit

License

Standardize and accelerate AI-assisted development across teams

A curated collection of prompts, skills, plugins, and best practices for AI coding agents. The ATC Agentic Toolkit provides production-ready configurations and reusable components for Claude Code and GitHub Copilot, with a focus on .NET development and enterprise patterns.


📑 Table of Contents


💡 What is ATC Agentic Toolkit?

AI coding assistants like Claude Code and GitHub Copilot are transforming software development, but without standardized configurations, teams face:

  • Inconsistent agent behavior across projects and developers
  • Repeated context setup for common tasks
  • Lost productivity gains from reinventing prompts and workflows
  • Knowledge silos where effective patterns aren't shared

ATC Agentic Toolkit solves this by providing:

  • Reusable Components - Skills, commands, and plugins that work out of the box
  • Team Consistency - Standardized configurations that ensure predictable AI behavior
  • Enterprise-Ready - Production patterns for .NET, Azure, and enterprise development
  • Extensible Framework - Custom marketplace system for distributing internal tooling

🚀 Quick Start

🎨 For Claude Code

1. Add the ATC-Net Marketplace

Add the atc-net marketplace from atc-net/atc-agentic-toolkit

2. Install Plugins

Install the azure-iot plugin from the atc-net marketplace

🚧 For GitHub Copilot (Coming Soon)

An updater CLI tool will be available to fetch configuration files for GitHub Copilot integration.


🔌 Available Plugins

Plugin Description
code-refactoring Code formatting and style tools for C# projects
common Base utilities and skill creation tools
azure-iot Azure IoT Edge module scaffolding and automation
git Git workflow utilities and commit message helpers

📁 Project Structure

graph TD
    A[atc-agentic-toolkit] --> B[.claude/plugins/]
    A --> C[.claude-plugin/]
    A --> D[docs/]

    B --> E["plugin-name/"]
    E --> F[commands/]
    E --> G[skills/]
    E --> H[agents/]
    E --> I[.claude-plugin/]

    C --> J[marketplace.json]

    D --> K[guides/]
    D --> L[best-practices/]
    D --> M[reference/]

    style A fill:#e1f5ff
    style B fill:#fff4e1
    style C fill:#f0e1ff
    style D fill:#e1ffe1
Loading

Key Directories:

  • .claude/plugins/ - Plugin implementations (skills, agents, commands, configs)
  • .claude-plugin/ - Marketplace configuration and metadata
  • docs/ - Comprehensive documentation (guides, best practices, reference)

🛠️ Plugin Development

Want to create your own plugins? The toolkit provides a complete framework for developing, testing, and distributing custom plugins.

  1. Use the skill-creator skill to generate plugin structure
  2. Define your plugin in .claude-plugin/marketplace.json
  3. Create skills and commands in .claude/plugins/[your-plugin]/
  4. Test locally in your project
  5. Distribute via marketplace or direct installation

Documentation:


✅ Requirements

dotnet --version    # Should show 9.0 or higher
python --version    # Should show 3.x
claude --version    # Should show Claude Code CLI version
git --version       # Should show Git version

📚 Documentation

📘 Guides

✨ Best Practices

📖 Reference


🔧 Troubleshooting

Plugin Not Found: Verify the marketplace was added correctly, check that the plugin was installed, and restart Claude Code CLI.

Command Not Available: Verify the plugin containing the command is installed and restart Claude Code CLI.

Installation Issues: Ensure Claude Code CLI is up to date, check network connection, and verify the marketplace URL is correct.


🤝 How to contribute

Contribution Guidelines

Coding Guidelines

About

A curated collection of prompts, skills, plugins, and best practices for AI coding agents. Standardize and accelerate agent setup across teams.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •