
mrgoonie/claudekit-skills
6 skills5.7k installs12.7k starsGitHub
Install
npx skills add https://github.com/mrgoonie/claudekit-skillsSkills in this repo
1Backend Developmentbackend-development is a Claudekit agent skill that packages production backend guidance: language and framework picks, REST/GraphQL/gRPC APIs, OAuth 2.1 and JWT auth, relational and document databases with Redis caching, OWASP Top 10 defenses, performance and sharding patterns, microservices boundaries, and DevOps with Docker, Kubernetes, CI/CD, and observability. Solo builders use it whenever an agent is designing endpoints, hardening security, optimizing slow queries, or standing up pipelines—not only on day one of a greenfield service. The skill reads as a comprehensive checklist and pattern library rather than a single integration, so it stays relevant from Validate prototypes through Operate incidents.1.4kinstalls2Sequential ThinkingSequential Thinking is a journey-wide agent skill that turns messy problems into an explicit chain of thoughts your coding agent can revise, branch, and extend. It documents when to call the MCP tool mcp__reasoning__sequentialthinking: multi-step analysis, unclear initial scope, need to backtrack, or comparing alternative designs. Core capabilities include iterative steps, adjustable thought budgets, revision of earlier conclusions, and branch exploration without losing context. Solo builders reach for it during implementation planning, incident triage, security tradeoffs, and validation pivots—not for lookups or one-liner fixes. The skill is MIT-licensed ClaudeKit material aimed at Claude Code–class agents with reasoning MCP wired up. Use it as a procedural layer on top of normal chat so complex work stays auditable and less prone to premature certainty.1.3kinstalls3ThreejsThree.js Fundamentals is an agent skill for solo builders adding WebGL 3D to a web app: import Three, create scene camera and renderer, attach a canvas, add geometry and standard materials, light the scene, and drive a continuous animation loop with resize-safe projection updates. It targets the moment you need a working baseline before loaders, controls, or post-processing—not a full game engine architecture. Indie developers shipping product tours, data viz in 3D, or browser games use it to avoid boilerplate mistakes like wrong aspect ratios or uncapped devicePixelRatio. The quick-start pattern is copy-ready ES module JavaScript. Complexity stays at intermediate because production apps still need asset loading, performance profiling, and accessibility decisions beyond this fundamentals slice.1kinstalls4DevopsDevOps is a Claudekit agent skill that walks solo builders through deploying and managing modern infrastructure without memorizing every cloud CLI flag. It consolidates when to choose Cloudflare Workers for global edge latency, R2 for cheap object storage, D1 for distributed SQL, Docker plus Cloud Run or GKE for containers, and Kubernetes with Helm for orchestration. Quick-start snippets cover wrangler deploy, docker build/run, gcloud run deploy, and kubectl apply so an agent can turn a local app into a hosted service during ship week or when operating production. The skill also names GitOps, CI/CD, multi-region patterns, and security audits including RBAC and network policies—useful when you are the only person on call. Invoke it when you are ready to containerize, pick a host, or harden a cluster; it complements app code skills rather than replacing infrastructure-as-code repos you already maintain.792installs5Chrome DevtoolsChrome DevTools is an agent skill that wraps Puppeteer CLI scripts for real browser control: launch sessions, capture screenshots, profile performance, watch network traffic, scrape pages, fill forms, and debug JavaScript. It targets solo builders shipping web apps who need repeatable browser actions an LLM can invoke without hand-rolling Playwright each time. Setup is explicit—on Linux or WSL you run install-deps.sh for Chrome libraries, then npm install for puppeteer, debug, and yargs; macOS and Windows skip OS libs but still need Node deps. Optional ImageMagick keeps screenshots under five megabytes so Claude or Gemini vision calls do not choke on huge PNGs. Operators must confirm working directory before every script because paths are relative to the bundled scripts folder. Use during frontend buildout, pre-release QA, or growth experiments that need headless verification, not as a replacement for production E2E CI unless you wire scripts into your pipeline.649installs6AestheticAesthetic is a ClaudeKit template skill that turns vague “make it look good” requests into a single design-guidelines markdown artifact your agent can fill before anyone opens Figma or CSS files. It walks through design style naming, a full color palette with semantic roles, typography families and hierarchy, and layout grid constraints so solo builders ship coherent UI without reinventing a design system each sprint. Use it when starting a new surface, rebranding a landing page, or aligning an agent-built frontend with intentional visual language. It does not replace user research or component libraries—it documents decisions so Build stays fast and Launch pages stay on-brand. Fill placeholders with real hex values, fonts, and spacing from your references or inspiration, then hand the doc to implementation skills or your design handoff.532installs