Git commits, refactoring, and test-driven development skills
Execute git commit with conventional commit message analysis, intelligent staging, and message generation. Use when user asks to commit changes, create a git commit, or mentions "/commit". Supports: (1) Auto-detecting type and scope from changes, (2) Generating conventional commit messages from diff, (3) Interactive commit with optional type/scope/description overrides, (4) Intelligent file staging for logical grouping
Surgical code refactoring to improve maintainability without changing behavior. Covers extracting functions, renaming variables, breaking down god functions, improving type safety, eliminating code smells, and applying design patterns. Less drastic than repo-rebuilder; use for gradual improvements.
Use when implementing any feature or bugfix, before writing implementation code
A tool-neutral agent-plugin marketplace that bundles the curated agent skills from devantler-tech/agent-skills into category-based plugins.
Supports VS Code, GitHub Copilot CLI, and Claude Code via dual marketplace manifests.
| Plugin | Skills | Description |
|---|---|---|
gitops-kubernetes | gitops-cluster-debug, gitops-knowledge, gitops-repo-audit | Flux CD debugging, knowledge, and repository auditing |
github | gh-cli, gh-stack, github-actions-docs, github-issues | GitHub CLI, stacked PRs, Actions docs, and issue management |
copilot | copilot-instructions-blueprint-generator, copilot-sdk, find-skills | Copilot customisation and skill discovery |
go | golang-pro | Go best practices, concurrency, generics, interfaces, and testing |
engineering-practices | git-commit, refactor, test-driven-development | Git commits, refactoring, and TDD |
frontend-design | astro, frontend-design, web-design-guidelines | Astro, frontend design, and web design guidelines |
Add the marketplace to your settings:
// settings.json
"chat.plugins.marketplaces": [
"devantler-tech/agent-plugins"
]
Then browse Extensions → Agent Plugins (@agentPlugins search) to install individual plugins.
# Browse available plugins
copilot plugin marketplace browse devantler-tech/agent-plugins
# Install a plugin
copilot plugin install gitops-kubernetes@devantler-plugins
Add the marketplace, then install a plugin — run these inside Claude Code:
/plugin marketplace add devantler-tech/agent-plugins
/plugin install gitops-kubernetes@devantler-plugins
Browse everything on offer with /plugin (Discover tab) or list it with /plugin list. The bundled .claude-plugin/marketplace.json is also discovered automatically when this repo is added as a plugin source.
Skills are installed from their upstream repositories using gh skill install. A daily update workflow runs gh skill update --all via the update-agent-skills reusable workflow and opens a PR when upstream content has drifted.
Each plugin directory is self-contained with a plugin.json manifest and a skills/ subdirectory holding the installed SKILL.md files (plus any supporting assets). Each SKILL.md contains metadata.github-* frontmatter for upstream provenance — no lockfile needed.
See devantler-tech/agent-skills for the curated skill index and upstream links.
See the devantler-tech organisation guidelines for PR/issue templates and contribution rules.
Apache 2.0 — see LICENSE.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub devantler-tech/agent-pluginsKSail MCP server + expertise skill — spin up and manage local Kubernetes clusters (Kind/K3d/Talos/vCluster) and GitOps workloads declaratively.
Go best practices, concurrency, generics, interfaces, and testing skills
GitHub CLI, stacked PRs, Actions docs, and issue management skills
Astro, frontend design, and web design guidelines skills
Copilot customisation and skill discovery skills
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.