Browse Skills

20307 skills found

tdd-refactor-phase.md
0
1 export tdd-refactor-phase
2 scooter-indie from "scooter-indie/gh-pmu"
3 Guide experienced developers through REFACTOR phase of TDD cycle - improving code quality while maintaining green tests
2026-01-05
templ-syntax.md
0
1 export templ-syntax
2 homveloper from "homveloper/doodle"
3 Learn and write templ component syntax including expressions, conditionals, loops, and Go integration. Use when writing .templ files, learning templ syntax, or mentions 'templ component', 'templ expressions', or '.templ file syntax'.
2026-01-05
remote-server-executor.md
0
1 export remote-server-executor
2 Ketomihine from "Ketomihine/my_skills"
3 Remote SSH server management and code execution with paramiko-based performance optimization
2026-01-05
toon-formatter.md
0
1 export toon-formatter
2 gounthar from "gounthar/bazel-riscv"
3 AGGRESSIVELY use TOON v2.0 format for biggish regular data (≥5 items, ≥60% uniform). Auto-applies to tables, logs, events, transactions, analytics, API responses, database results. Supports 3 array types (inline, tabular, expanded), 3 delimiters (comma, tab, pipe), key folding for nested objects. Triggers on structured data, arrays, repeated patterns. Use TOON by default when tokens matter - RAG pipelines, tool calls, agents, benchmarks. Keywords "data", "array", "list", "table", "log", "transaction", "metric", "analytics", "API", "database", "query", "TOON".
2026-01-05
typescript-development.md
0
1 export typescript-development
2 daveharmswebdev from "daveharmswebdev/upkeep-io"
3 Helps build and extend TypeScript Express APIs using Clean Architecture, inversify dependency injection, Prisma ORM, and Railway deployment patterns established in the upkeep-io project.
2026-01-05
pr.md
0
1 export pr
2 segersniels from "segersniels/dotfiles"
3 Create a pull request by analyzing code changes and commit history.
2026-01-05
chat-assistant.md
0
1 export chat-assistant
2 Unicorn from "Unicorn/Radium"
3 Interactive developer assistant with tool access for codebase exploration
2026-01-05
searcher.md
0
1 export searcher
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use this skill when the user wants to search for files by text content, find files containing specific text, or get a list of file paths related to a search term. The skill searches the codebase and returns matching file paths with context.
2026-01-05
md2ipynb.md
0
1 export md2ipynb
2 majiayu000 from "majiayu000/claude-skill-registry"
3 "Convert markdown files to Jupyter notebooks (.ipynb). Splits markdown by `---` delimiters into cells, extracts code blocks (```python```, ```sql```) as code cells, and handles YAML front matter removal. Use when converting documentation, tutorials, or structured markdown into interactive Jupyter notebooks."
2026-01-05
javascript-unit-testing.md
0
1 export javascript-unit-testing
2 el-feo from "el-feo/ai-context"
3 Writing high-quality unit tests for JavaScript and TypeScript using Jest. Covers test structure (AAA pattern, USE naming), breaking dependencies (stubs, mocks, dependency injection), testing async code (promises, callbacks, timers), avoiding flaky tests, and test-driven development. Use when writing tests, debugging test failures, refactoring tests for maintainability, or questions about Jest, TDD, mocks, stubs, or test best practices.
2026-01-05
figma-screenshot-extractor.md
0
1 export figma-screenshot-extractor
2 edneyreis999 from "edneyreis999/zord-project"
3 Extract and save Figma screenshots from Codex session logs when user needs to recover images captured by the Figma MCP server
2026-01-05
xml-sitemap-generator.md
0
1 export xml-sitemap-generator
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Generate valid XML sitemap files for websites with proper URL entries, priorities, change frequencies, and optional image/video extensions. Triggers on "create sitemap", "generate sitemap.xml", "XML sitemap for", "SEO sitemap".
2026-01-05
quality-check.md
0
1 export quality-check
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Run all quality checks including linting, formatting, and type checking. Use when user asks to check code quality, run checks, or verify code before committing.
2026-01-05
material3-expressive.md
0
1 export material3-expressive
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Material 3 Expressiveガイドラインに沿ったUI実装を提供するスキル。Jetpack Composeで画面やコンポーネントを作成する際に使用。MotionScheme、新しいExpressiveコンポーネント、テーマ設定のパターンを提供。
2026-01-05
custom-statusline.md
0
1 export custom-statusline
2 zeulewan from "zeulewan/zeul-claude-plugins"
3 Set up custom Claude Code status line with Nerd Font icons, colors, git status, usage tracking, system info, and project context. NO EMOJIS - only Nerd Font icons and symbols. Use when configuring statusline, setting up status bar, or customizing Claude UI. Triggers with statusline, status bar, custom theme.
2026-01-05
legislative-flattener.md
0
1 export legislative-flattener
2 cri-matthew from "cri-matthew/legislative-flattener-skill"
3 Converts hierarchical legislative text from Word documents into a flat list of requirements. Use when processing regulatory documents, compliance frameworks, or legal text that needs to be extracted into individual, numbered requirements for analysis or mapping.
2026-01-05
design-guide.md
0
1 export design-guide
2 AIBPM42 from "AIBPM42/hodgesfooshee-site-spark"
3 Professional design methodology for building modern, premium interfaces with client branding. Use for ALL client work and non-AICA projects. Applies glassforium logic, cinematic polish, and intentional design principles while adapting to client colors and brand identity. For Kelvin's personal AICA brand (black glass + gold), use the 'aica' skill instead.
2026-01-05
security-audit.md
0
1 export security-audit
2 terraphim from "terraphim/codex-skills"
3 Security auditing for Rust/WebAssembly applications. Identifies vulnerabilities,reviews unsafe code, validates input handling, and ensures secure defaults.Follows OWASP guidelines and Rust security best practices.
2026-01-05
marimo-development.md
0
1 export marimo-development
2 CodingKaiser from "CodingKaiser/claude-kaiser-skills"
3 Expert guidance for creating and working with marimo notebooks - reactive Python notebooks that can be executed as scripts and deployed as apps. Use when the user asks to create marimo notebooks, convert Jupyter notebooks to marimo, build interactive dashboards or data apps with marimo, work with marimo's reactive programming model, debug marimo notebooks, or needs help with marimo-specific features (cells, UI elements, reactivity, SQL integration, deploying apps, etc.).
2026-01-05
fastapi-mastery.md
0
1 export fastapi-mastery
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Comprehensive FastAPI development skill covering REST API creation, routing, request/response handling, validation, authentication, database integration, middleware, and deployment. Use when working with FastAPI projects, building APIs, implementing CRUD operations, setting up authentication/authorization, integrating databases (SQL/NoSQL), adding middleware, handling WebSockets, or deploying FastAPI applications. Triggered by requests involving .py files with FastAPI code, API endpoint creation, Pydantic models, or FastAPI-specific features.
2026-01-05
practical-ui.md
0
1 export practical-ui
2 ezhulati from "ezhulati/liftout-platform"
3 Evidence-based UI design system from Practical UI by Adham Dannaway. Use when designing interfaces, reviewing UI, creating mockups, building components, or applying design principles. Covers visual hierarchy, spacing systems, color palettes, typography scales, form design, button patterns, accessibility (WCAG 2.1 AA), and reducing cognitive load. Triggers on UI design, interface design, component design, design system, accessibility, WCAG, visual hierarchy, spacing, typography, color palette, forms, buttons, or layout questions.
2026-01-05
hook-creator.md
0
1 export hook-creator
2 evanfang0054 from "evanfang0054/cc-system-creator-scripts"
3 创建和配置 Claude Code 钩子以自定义代理行为。当用户需要以下操作时使用:(1) 创建新钩子,(2) 配置自动格式化、日志记录或通知,(3) 添加文件保护或自定义权限,(4) 设置工具执行前后的操作,(5) 询问钩子事件如 PreToolUse、PostToolUse、Notification 等。
2026-01-05
python-project.md
0
1 export python-project
2 julianobarbosa from "julianobarbosa/claude-code-skills"
3 Python project scaffolding and development with modern tooling. Use when creating new Python projects, setting up virtual environments, configuring dependencies, or working with Flask web applications. Triggers on mentions of Python setup, uv, Flask, pytest, or project initialization.
2026-01-05
proactive-recall.md
0
1 export proactive-recall
2 SyntesseraAI from "SyntesseraAI/local-recall"
3 This skill should be used when choosing between implementation approaches, making architectural decisions, selecting libraries or patterns, debugging complex issues, refactoring code, or making any significant decision where past context might be relevant. Search local-recall memories BEFORE proposing solutions.
2026-01-05