Claudekit Backend Tools banner
mrgoonie mrgoonie

Claudekit Backend Tools

Development community Intermediate

Description

[**Agent Skills**](https://docs.claude.com/en/docs/agents-and-tools/agent-skills/overview) are specialized workflows that empower Claude to perform complex, multi-step tasks with precision and reliability. They combine mission briefs, guardrails, and integration hints to transform generic AI assista

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

Repository README

This is the README for mrgoonie/claudekit-skills, shared by 13 entries in this directory. It describes the repository, not this entry specifically.

ClaudeKit - Agent Skills

[**Agent Skills**](https://docs.claude.com/en/docs/agents-and-tools/agent-skills/overview) are specialized workflows that empower Claude to perform complex, multi-step tasks with precision and reliability. They combine mission briefs, guardrails, and integration hints to transform generic AI assistance into disciplined automation.

Skills leverage Claude's VM environment to provide capabilities beyond what's possible with prompts alone. Claude operates in a virtual machine with filesystem access, allowing Skills to exist as directories containing instructions, executable code, and reference materials, organized like an onboarding guide you'd create for a new team member.

This filesystem-based architecture enables **progressive disclosure**: Claude loads information in stages as needed, rather than consuming context upfront.

Learn more about Agent Skills: https://docs.claude.com/en/docs/agents-and-tools/agent-skills/overview

🎉 NEW [Dec 2025]: Claude Code Marketplace!

ClaudeKit Skills is now available as a **Plugin Marketplace** for seamless installation and automatic updates!

/plugin marketplace add mrgoonie/claudekit-skills
/plugin install ai-ml-tools@claudekit-skills

No more manual git clones! Install and update skills with simple commands. See [Getting Started](#getting-started) for full installation guide.

Update [Nov 2025]: No more context bloat with "mcp-manager" subagent + "mcp-management" skills!

📖 Read more here: [MCP_MANAGEMENT.md](MCP_MANAGEMENT.md)

✨ Skills just got refactored!

📖 Read more here: [REFACTOR.md](REFACTOR.md)

Skills catalog

🔐 Authentication & Security

  • better-auth - Comprehensive TypeScript authentication framework supporting email/password, OAuth, 2FA, passkeys, and multi-tenancy. Works with any framework (Next.js, Nuxt, SvelteKit, etc.).

🤖 AI & Agent Development

...