Browse Skills

18175 skills found

create-skill.md
6
1 export create-skill
2 dlants from "dlants/dotfiles"
3 Guide for creating new skills in magenta.nvim, including file structure, frontmatter format, and TypeScript script execution
2026-01-05
jujutsu.md
6
1 export jujutsu
2 mybuddymichael from "mybuddymichael/dotfiles"
3 Use Jujutsu (jj) for version control operations. Provides guidance on jj commands, revsets, commit messages, and workflow. Use when working with version control, making commits, or when git/jj/Jujutsu is mentioned.
2026-01-05
sveltekit-remote-functions.md
6
1 export sveltekit-remote-functions
2 Seeker1911 from "Seeker1911/dotfiles"
3 SvelteKit remote functions guidance. Use for command(), query(), form() patterns in .remote.ts files.
2026-01-05
error-handling-patterns.md
6
1 export error-handling-patterns
2 marcioaltoe from "marcioaltoe/claude-craftkit"
3 Error handling patterns including exceptions, Result pattern, validation strategies, retry logic, and circuit breakers. **ALWAYS use when implementing error handling in backend code, APIs, use cases, or validation logic.** Use proactively for robust error handling, recovery mechanisms, and failure scenarios. Examples - "handle errors", "Result pattern", "throw exception", "validate input", "error recovery", "retry logic", "circuit breaker", "exception hierarchy".
2026-01-05
architecture-auditor.md
6
1 export architecture-auditor
2 marcioaltoe from "marcioaltoe/claude-craftkit"
3 Architecture audit and analysis specialist for Modular Monoliths. **ALWAYS use when reviewing codebase architecture, evaluating bounded contexts, assessing shared kernel size, detecting "Core Obesity Syndrome", or comparing implementation against ADR-0001 and anti-patterns guide.** Use proactively when user asks about context isolation, cross-context coupling, or shared kernel growth. Examples - "audit contexts structure", "check shared kernel size", "find cross-context imports", "detect base classes", "review bounded context isolation", "check for Core Obesity".
2026-01-05
frontend-responsive.md
6
1 export frontend-responsive
2 coreyja from "coreyja/coreyja.com"
3 Build responsive layouts that work seamlessly across mobile, tablet, and desktop screen sizes using mobile-first development, fluid layouts, and relative units. Use this skill when implementing layouts or UI components that need to adapt to different screen sizes. When setting up breakpoints, media queries, or responsive utilities. When using relative units (rem, em, %) instead of fixed pixels. When ensuring touch-friendly tap targets and optimizing for mobile performance. When testing UI changes across multiple device sizes. When implementing responsive typography, images, or navigation patterns.
2026-01-05
persona.md
6
1 export persona
2 JacbK from "JacbK/persona"
3 AI assistant framework for building unique, authentic portfolio websites from scratch. Guides agents through research, design, and implementation phases.
2026-01-05
blueprint-development.md
6
1 export blueprint-development
2 laurigates from "laurigates/dotfiles"
3 Generate project-specific skills and commands from PRDs for Blueprint Development methodology. Use when generating skills for architecture patterns, testing strategies, implementation guides, or quality standards from requirements documents.
2026-01-05
firecrawl-api.md
6
1 export firecrawl-api
2 s-hiraoku from "s-hiraoku/vscode-sidebar-terminal"
3 This skill enables web scraping and content extraction using Firecrawl API directly via curl. Use when scraping web pages, crawling websites, or extracting structured data. MCP server not required.
2026-01-05
dev-swarm-code-development.md
6
1 export dev-swarm-code-development
2 X-School-Academy from "X-School-Academy/ai-dev-swarm"
3 Complete backlog implementation in feature-driven development. Read backlog requirements, reference implemented features, design approach, implement code, and document. Use when implementing features, changes, bug fixes, or improvements.
2026-01-05
article-extractor.md
6
1 export article-extractor
2 srid from "srid/AI"
3 Extract clean article content from URLs using reader. Use when user wants to download/extract/save an article from a URL.
2026-01-05
brave-search-api.md
6
1 export brave-search-api
2 s-hiraoku from "s-hiraoku/vscode-sidebar-terminal"
3 This skill enables web searching using Brave Search API directly via curl. Use when searching for current information, news, articles, or web content. MCP server not required - calls API directly.
2026-01-05
fonts.md
6
1 export fonts
2 JacbK from "JacbK/persona"
3 Reference for selecting distinctive typography. Includes font recommendations by vibe, category, archetype, and pairing guidelines for Next.js projects.
2026-01-05
dev-swarm-architecture.md
6
1 export dev-swarm-architecture
2 X-School-Academy from "X-School-Academy/ai-dev-swarm"
3 Design system architecture including components, data flow, and deployment boundaries. Use when user asks to design architecture, create architecture diagrams, or start Stage 6 after UX design.
2026-01-05
tfc-plan-json.md
6
1 export tfc-plan-json
2 laurigates from "laurigates/dotfiles"
3 Download and analyze structured Terraform plan JSON output from Terraform Cloud. Use when analyzing resource changes, diffing infrastructure, or programmatically inspecting plan details. Requires TFE_TOKEN environment variable.
2026-01-05
nextjs-motion-animations.md
6
1 export nextjs-motion-animations
2 jakmaz from "jakmaz/dotfiles"
3 Motion-based animation system for Next.js with performance-optimized patterns
2026-01-05
reactive-ui-patterns.md
6
1 export reactive-ui-patterns
2 spences10 from "spences10/devhub-crm"
3 Remote functions reactive UI patterns. Use for smooth in-place updates, preventing page jumps, and managing loading states with .current property.
2026-01-05
understanding-konflux-resources.md
6
1 export understanding-konflux-resources
2 konflux-ci from "konflux-ci/skills"
3 Use when user asks about Konflux resources, Custom Resources, Applications, Components, Snapshots, IntegrationTestScenarios, ReleasePlans, ReleasePlanAdmissions, or namespace placement. Provides quick reference for what Konflux resources are, who creates them, and where they belong (tenant vs managed namespace).
2026-01-05
colors.md
6
1 export colors
2 JacbK from "JacbK/persona"
3 Reference guide for portfolio color palettes. Includes quick vibe lookup, full palettes, and application guidelines using the 60-30-10 rule.
2026-01-05
swift-development.md
6
1 export swift-development
2 hmohamed01 from "hmohamed01/swift-development"
3 Comprehensive Swift development for building, testing, and deploying iOS/macOS applications. Use when Claude needs to: (1) Build Swift packages or Xcode projects from command line, (2) Run tests with XCTest or Swift Testing framework, (3) Manage iOS simulators with simctl, (4) Handle code signing, provisioning profiles, and app distribution, (5) Format or lint Swift code with SwiftFormat/SwiftLint, (6) Work with Swift Package Manager (SPM), (7) Implement Swift 6 concurrency patterns (async/await, actors, Sendable), (8) Create SwiftUI views with MVVM architecture, (9) Set up Core Data or SwiftData persistence, or any other Swift/iOS/macOS development tasks.
2026-01-05
mcp-chrome-devtools.md
6
1 export mcp-chrome-devtools
2 s-hiraoku from "s-hiraoku/vscode-sidebar-terminal"
3 This skill provides guidance for using Chrome DevTools MCP for browser debugging and automation. Use when debugging web pages, analyzing performance, inspecting network requests, viewing console messages, or interacting with Chrome DevTools features programmatically.
2026-01-05
type-driven-development.md
6
1 export type-driven-development
2 OutlineDriven from "OutlineDriven/odin-claude-plugin"
3 Run validation-first Idris 2 workflows with tiered commands (CHECK/VALIDATE/GENERATE/REMEDIATE) and strict exit codes. Comprehensive skill handling both design (planning) and execution (verification) through dependent types.
2026-01-05
ai4pkm-helper.md
6
1 export ai4pkm-helper
2 jykim from "jykim/claude-obsidian-skills"
3 AI4PKM helper for onboarding guidance, quick help, and Gobi Desktop/CLI workflow integration.
2026-01-05
chinese-dev-guide.md
6
1 export chinese-dev-guide
2 hhhh124hhhh from "hhhh124hhhh/godot-mcp"
3 为中文开发者提供完整的项目本地化、环境配置和开发工作流指导,确保中英文双语环境下的最佳开发体验
2026-01-05