By atc-net
Common base skills including documentation generators, implementation planning, and utility tools
npx claudepluginhub atc-net/atc-agentic-toolkit --plugin commonPrompt for generating an AGENTS.md file for a repository
Create a new implementation plan file for new features, refactoring existing code or upgrading packages, design, architecture or infrastructure.
Create an llms.txt file from scratch based on repository structure following the llms.txt specification at https://llmstxt.org/
Conduct a structured interview about a feature or topic to gather requirements and produce a specification. This skill should be used when users want to think through a feature, clarify requirements, or create an implementation plan before coding.
Markdown formatting conventions covering heading hierarchy, code blocks, tables, lists, links, images, and accessibility best practices. Apply this skill whenever writing or editing .md files -- including READMEs, documentation pages, changelogs, or any markdown content -- even if the user does not explicitly mention "markdown formatting." Also apply when reviewing markdown for consistency, readability, or accessibility concerns such as missing alt text or non-descriptive link text.
Convert Markdown files to HTML similar to `marked.js`, `pandoc`, `gomarkdown/markdown`, or similar tools; or writing custom script to convert markdown to html and/or working on web template systems like `jekyll/jekyll`, `gohugoio/hugo`, or similar web templating systems that utilize markdown documents, converting them to html. Use when asked to "convert markdown to html", "transform md to html", "render markdown", "generate html from markdown", or when working with .md files and/or web a templating system that converts markdown to HTML output. Supports CLI and Node.js workflows with GFM, CommonMark, and standard Markdown flavors.
Generate a comprehensive repository summary and narrative story from commit history
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
Update the llms.txt file in the root folder to reflect changes in documentation or specifications following the llms.txt specification at https://llmstxt.org/
AI-powered plugin and skill development - Intelligent plugin and skill scaffolding and generation tools for Claude Code
Comprehensive Azure cloud development tools including Infrastructure as Code, serverless functions, architecture patterns, and cost optimization for building scalable cloud applications.
Toolkit for developing Claude Code plugins. Includes 7 expert skills covering hooks, MCP integration, commands, agents, and best practices. AI-assisted plugin creation and validation.
Flagship+ skill pack for Cursor IDE - 30 skills for AI code completion, composer workflows, and IDE mastery
Editorial "Azure AI & Cloud" bundle for Claude Code from Antigravity Awesome Skills.
AI-powered wiki generator for code repositories. Generates comprehensive, Mermaid-rich documentation with dark-mode VitePress sites, onboarding guides, deep research, and source citations. Inspired by OpenDeepWiki and deepwiki-open.
External network access
Connects to servers outside your machine
Share bugs, ideas, or general feedback.
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.
AI coding assistants like Claude Code and GitHub Copilot are transforming software development, but without standardized configurations, teams face:
ATC Agentic Toolkit solves this by providing:
/plugin marketplace add atc-net/atc-agentic-toolkit
/plugin install <plugin>@atc-agentic-toolkit
/skills
/agents
/plugin update <plugin>@atc-agentic-toolkit
[!IMPORTANT] VS Code plugin support is a preview feature and subject to change. You may need to enable it first.
// settings.json
{
"chat.plugins.enabled": true,
"chat.plugins.marketplaces": ["atc-net/atc-agentic-toolkit"]
}
Once configured, type /plugins in Copilot Chat or use the @agentPlugins filter in Extensions to browse and install plugins from the marketplace.
| Plugin | Description |
|---|---|
| common | Common base skills including documentation generators, implementation planning, and utility tools |
| dotnet | C#/.NET development skills including refactoring, testing, async patterns, and NuGet management |
| azure | Azure services skills covering 200+ cloud services, IoT, AI, data, networking, and more |
| aspire | Aspire distributed application orchestration skills |
| git | Git workflow utilities including commit message generators and PR descriptions |
| github | GitHub platform skills including CI/CD workflow conventions for GitHub Actions and GitHub issue management |
| playwright | Browser automation and testing skills using Playwright |
| web | Web development skills covering HTML, CSS, JavaScript, web APIs, security, performance, and accessibility |
| bicep | Azure Bicep IaC best practices, naming conventions, modularization, and security patterns |
| docker | Docker and containerization best practices covering Dockerfile optimization, multi-stage builds, security, and orchestration |
| powershell | PowerShell cmdlet development and scripting best practices based on Microsoft guidelines |
| security | Security best practices and OWASP Top 10 guidelines for secure coding across all languages and frameworks |
| hooks | Automation hooks for Claude Code sessions (Claude Code only) |
graph TD
A[atc-agentic-toolkit] --> B[plugins/]
A --> C[.claude-plugin/]
A --> G[.github/plugin/]
A --> D[docs/]
A --> H[.claude/plugins/hooks/]
B --> E["plugin-name/"]
E --> F[skills/]
E --> I[agents/]
E --> K[plugin.json]
C --> J[marketplace.json]
G --> L[marketplace.json]
D --> M[guides/]
D --> N[best-practices/]
D --> O[reference/]
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claim