Browse Skills

16146 skills found

bun-fs-helpers.md
1
1 export bun-fs-helpers
2 nathanvale from "nathanvale/side-quest-marketplace"
3 Pure Bun-native filesystem utilities from @sidequest/core/fs. Use when you need command-injection-safe filesystem operations, prefer Bun over node:fs, or want token-efficient fs helpers. All functions use Bun.spawn, Bun.file(), or Bun.write() - no node:fs dependencies.
2026-01-05
skill-creator.md
1
1 export skill-creator
2 Evilander from "Evilander/ClaudeFileOutput"
3 Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
2026-01-05
frontend-specialist.md
1
1 export frontend-specialist
2 Lordjiggy from "Lordjiggy/claude-code-marketplace"
3 Frontend development agent for React, Vue, Next.js with modern UI/UX patterns
2026-01-05
cinema-booking.md
1
1 export cinema-booking
2 nathanvale from "nathanvale/side-quest-marketplace"
3 Browse movies and book tickets at Classic Cinemas Elsternwick. Use when Nathan asks what's showing, wants movie details, or wants to book tickets.
2026-01-05
swift-spm.md
1
1 export swift-spm
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-swift"
3 Master Swift Package Manager - dependencies, creating libraries, publishing, local packages
2026-01-05
codex-law-enforcement.md
1
1 export codex-law-enforcement
2 starwreckntx from "starwreckntx/IRP__METHODOLOGIES-"
3 Enforce the four Codex Laws governing all agent interactions: CONSENT, INVITATION, INTEGRITY, GROWTH.
2026-01-05
react-ux-code-reviewer.md
1
1 export react-ux-code-reviewer
2 ranjanpoudel1234 from "ranjanpoudel1234/ai-tools"
3 Reviews React/TypeScript UX code for accessibility, performance, component design, and user experience. Specializes in React, TypeScript, Material-UI, and frontend architecture. Verifies against latest React.dev, TypeScript, MUI, and WCAG standards. Use this skill when user requests UX code review or analysis of React components.
2026-01-05
mcp-integration.md
1
1 export mcp-integration
2 89jobrien from "89jobrien/steve"
3 Model Context Protocol (MCP) integration specialist. Use when creating MCP server configurations, implementing MCP integrations, or optimizing MCP performance. Specializes in MCP server architecture and integration patterns.
2026-01-05
electron-build.md
1
1 export electron-build
2 fattits30-dev from "fattits30-dev/Justice-Companion"
3 Multi-platform Electron build orchestration for Justice Companion: handles Windows .exe, macOS .dmg, Linux .AppImage/.deb builds with better-sqlite3 native module rebuilds. Use when building releases, debugging build failures, or preparing production deployments.
2026-01-05
nextjs.md
1
1 export nextjs
2 oriolrius from "oriolrius/pki-manager-web"
3 Expert guidance for Next.js framework including App Router, Server Components, routing, data fetching, API routes, middleware, and deployment. Use this when building Next.js applications, working with React Server Components, or implementing Next.js features.
2026-01-05
radtools-figma-sync.md
1
1 export radtools-figma-sync
2 Radiants-DAO from "Radiants-DAO/radtools"
3 Set up or update RadTools design system from Figma. Use ONLY for initial design system import (colors, typography, spacing tokens) or when syncing design system updates from Figma. NOT for building pages or components from Figma designs - those use Figma MCP directly with existing RadTools tokens.
2026-01-05
literate-programming.md
1
1 export literate-programming
2 dbosk from "dbosk/claude-skills"
3 CRITICAL: ALWAYS activate this skill BEFORE making ANY changes to .nw files. Use proactively when: (1) creating, editing, reviewing, or improving any .nw file, (2) planning to add/modify functionality in files with .nw extension, (3) user asks about literate quality, (4) user mentions noweb, literate programming, tangling, or weaving, (5) working in directories containing .nw files, (6) creating new modules/files that will be .nw format. Trigger phrases: 'create module', 'add feature', 'update', 'modify', 'fix' + any .nw file. Never edit .nw files directly without first activating this skill to ensure literate programming principles are applied. (project, gitignored)
2026-01-05
expression-annotate.md
1
1 export expression-annotate
2 synapseradio from "synapseradio/thinkies"
3 Add inline comments at decision points that explain the "why" behind non-obvious code using knowable information from names, tests, and history. Use when: (1) committing code with non-obvious decisions where future readers will ask "why this way" when reading the implementation, (2) code appears wrong or overly complex but tests or history reveal deliberate constraints, (3) patterns violate project conventions and inline explanation would distinguish intentional deviation from technical debt, (4) pull request comments contain explanations that would be more valuable preserved directly in the code
2026-01-05
templates.md
1
1 export templates
2 glideapps from "glideapps/glide-code"
3 Browse and explore the Glide Template Store for design inspiration and implementation guidance.Use when looking for examples of how to build specific features, design patterns, or app types.
2026-01-05
docker-containers.md
1
1 export docker-containers
2 spjoshis from "spjoshis/claude-code-plugins"
3 Master Docker with containers, images, multi-stage builds, Docker Compose, networking, and production-ready containerization.
2026-01-05
architecture-evolution-tracking.md
1
1 export architecture-evolution-tracking
2 krzemienski from "krzemienski/shannon-framework"
3 Track architectural decisions and detect drift from ADRs (Architecture Decision Records). Calculate alignment score (0.00-1.00) showing code-to-design conformance. Auto-detect architectural violations and suggest refactoring. Integrate with Serena for architectural health monitoring. Use when: maintaining architectural integrity, reviewing large changes, documenting decisions, detecting drift, enforcing standards.
2026-01-05
requirements-writing.md
1
1 export requirements-writing
2 Kaakati from "Kaakati/rails-enterprise-dev"
3 Write clear, testable requirements using User Stories and Gherkin scenarios. Capture functional and non-functional requirements with proper acceptance criteria. Use when defining new features or documenting system behavior. Trigger keywords: requirements, user stories, acceptance criteria, Gherkin, BDD, specifications, feature definition
2026-01-05
add-feature.md
1
1 export add-feature
2 wasp-lang from "wasp-lang/claude-plugins"
3 Add Wasp's built-in features to your app — auth, email, jobs, and more. These are full-stack, batteries-included features that Wasp handles for you. Use when the user wants to add meta tags, authentication (email, social auth providers), email sending, database setup, styling (tailwind, shadcn), or other Wasp-powered functionality.
2026-01-05
baseline-check.md
1
1 export baseline-check
2 johnburbridge from "johnburbridge/vagrant-orbstack-provider"
3 Autonomously run quality checks (RuboCop, RSpec) to establish baseline or detect regressions. Triggers before starting development work, after completing changes, when checking code quality, or when explicitly requested. Compares current metrics against previous baseline to identify improvements or regressions in code quality and test coverage.
2026-01-05
json-schema.md
1
1 export json-schema
2 mcclowes from "mcclowes/omg"
3 Use when working with JSON Schema for validation, OpenAPI schemas, type definitions, and data structure specification
2026-01-05
cloudflare-api-orchestration.md
1
1 export cloudflare-api-orchestration
2 jukasdrj from "jukasdrj/books-v3"
3 Activates automatically when designing or implementing Cloudflare Workers APIs,orchestrating multi-provider API calls, implementing D1 database operations,or managing KV-based caching strategies.Ensures proper error handling, provider tagging, fallback chains, andorchestration patterns for BooksTrack backend infrastructure.Auto-activates on:- File patterns: *.worker.js, *-api.ts, *-service.ts in backend code- Keywords: "api orchestration", "multi-provider", "fallback chain", "D1 query"- Context: Cloudflare Workers development, API design discussions
2026-01-05
deno-debugger.md
1
1 export deno-debugger
2 willkelly from "willkelly/deno-debug-skill"
3 Interactive debugger for Deno/TypeScript applications using the V8 Inspector Protocol. This skill should be used when investigating issues in Deno applications, including memory leaks, performance bottlenecks, race conditions, crashes, or any runtime behavior that requires step-by-step debugging, heap analysis, or CPU profiling. Provides CDP client tools, heap/CPU analyzers, and investigation tracking.
2026-01-05
improving-selective-staging.md
1
1 export improving-selective-staging
2 synapseradio from "synapseradio/thinkies"
3 Stage specific line ranges in git by constructing and applying patches programmatically. Use when: (1) asked to create atomic commits but a file contains multiple unrelated changes, (2) part of a change is ready for commit while another part needs more work, (3) separating a bug fix from surrounding refactoring in the same file, (4) the user asks to commit only specific lines or hunks from modified files, (5) git add -p is unavailable due to non-interactive context, (6) building tooling that needs programmatic control over what gets staged
2026-01-05
refactoring.md
1
1 export refactoring
2 1ambda from "1ambda/dataops-platform"
3 Safe code refactoring with test protection and incremental changes. Improves structure without changing behavior. Use when extracting methods, reducing duplication, or restructuring code.
2026-01-05