Sumanth077 /
Hands-On-AI-Engineering
A curated collection of practical AI projects implementing OCR systems, RAG, AI agents, and other AI use cases.
Loading repository data…
atc-net / repository
A curated collection of prompts, skills, plugins, and best practices for AI coding agents. Standardize and accelerate agent setup across teams.
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/]
style A fill:#e1f5ff
style B fill:#fff4e1
style C fill:#f0e1ff
style G fill:#f0e1ff
style D fill:#e1ffe1
Key Directories:
plugins/ - Plugin implementations (skills, agents, configs).claude/plugins/hooks/ - Claude Code specific hooks.claude-plugin/ - Claude Code marketplace configuration.github/plugin/ - GitHub Copilot marketplace configurationdocs/ - Comprehensive documentation (guides, best practices, reference)Want to create your own plugins? The toolkit provides a complete framework for developing, testing, and distributing custom plugins.
plugin.json at the plugin rootplugins/[your-plugin]/skills/.claude-plugin/marketplace.json and .github/plugin/marketplace.jsonDocumentation:
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
Plugin Not Found: Verify the marketplace was added correctly, check that the plugin was 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.
Selected from shared topics, language and repository description—not editorial ratings.
Sumanth077 /
A curated collection of practical AI projects implementing OCR systems, RAG, AI agents, and other AI use cases.
XSpoonAi /
A curated collection of Claude Code skills for SpoonOS development and Web3 integrations. 57 Python scripts across 19 skills: SpoonOS Skills for Vibe Coding (build agents) + Web3 Skills for Skill Agent Integrations (DeFi, NFT, DAO, Security).
l-aime /
A curated collection of cutting-edge AI agent projects, frameworks, and research papers. This repository aims to catalog innovative implementations, architectural patterns, and emerging best practices in agent-based systems—from autonomous LLM-powered agents to multi-agent collaboration frameworks.
hereandnowai /
📘 Metriqe AI Training Repository – A curated collection of hands-on course materials and code for Metriqe’s corporate training in Python and Generative AI. This repo includes examples and notebooks covering core Python, OpenAI chatbots, LangChain workflows with LangFlow, LangGraph multimodal agents, Google A2A & Anthropic MCP integrations.
pinkpixel-dev /
FastMCP server for discovering and installing agent skills from large curated GitHub skill collections, with ability to add more skill sources.
pyxll /
A curated collection of Agent Skills for working with PyXLL, the Python Excel add-in.