Browse Skills

3205 skills found

ux-evaluator.md
1
1 export ux-evaluator
2 mjunaidca from "mjunaidca/mjs-agent-skills"
3 This skill should be used when evaluating UI components against UX best practices. Use for reviewing buttons, navigation elements, spacing, visual hierarchy, or any interface element. Provides a systematic 3-dimension framework (Position, Visual Weight, Spacing) aligned with industry standards (Balsamiq, Nielsen heuristics). Invoke when user asks to "review UX", "check button design", "evaluate layout", or references design guidelines.
2026-01-05
command-creation.md
1
1 export command-creation
2 andisab from "andisab/swe-marketplace"
3 Use this skill when creating or refining custom Claude Code slash commands. Slash commands are user-invoked reusable prompts that can accept arguments, reference files, and execute bash operations. Helps design command syntax, argument handling, file references, bash execution, and frontmatter configuration. Automatically invoked when user requests "create a command", "make a slash command", "add a /command", or mentions custom command development.
2026-01-05
sales-prospect-research.md
1
1 export sales-prospect-research
2 BellaBe from "BellaBe/ideas-os"
3 Research and identify target companies matching ICP observable characteristics using web search, score against ICP criteria, output prioritized prospect list. Use when you need to find and qualify potential customers.
2026-01-05
research.md
1
1 export research
2 Krosebrook from "Krosebrook/source-of-truth-monorepo"
3 Web research skill for augmenting agent context with current information. Used when outdated information could lead to broken implementations or wasted effort.
2026-01-05
codex.md
1
1 export codex
2 iamladi from "iamladi/cautious-computing-machine--sdlc-plugin"
3 Use when the user asks to run Codex CLI (codex exec, codex resume) or references OpenAI Codex for code analysis, refactoring, or automated editing. Uses GPT-5.1-Codex by default for state-of-the-art software engineering.
2026-01-05
evidence-judge.md
1
1 export evidence-judge
2 Cloudhabil from "Cloudhabil/AGI-Server"
3 Validate claims against sources and score confidence; use when asked to verify research output accuracy.
2026-01-05
working-with-sqlite.md
1
1 export working-with-sqlite
2 williballenthin from "williballenthin/aiwilli"
3 Preferences and tricks for working with SQLite databases
2026-01-05
working-with-resources.md
1
1 export working-with-resources
2 rustomax from "rustomax/observe-community-mcp"
3 Work with Resource datasets (mutable state tracking) using OPAL temporal joins. Use when you need to enrich Events/Intervals with contextual state information, track resource state changes over time, or navigate between datasets using temporal relationships. Covers temporal join mechanics (lookup, join, follow), automatic field matching, and when to use Resources vs Reference Tables.
2026-01-05
neo-llm-security.md
1
1 export neo-llm-security
2 Cornjebus from "Cornjebus/neo-llm-security"
3 AI security co-pilot for identifying, testing, and fixing vulnerabilities in LLM-powered applications. Use when: (1) Securing LLM applications or agents, (2) Generating security test suites with promptfoo, (3) Testing for prompt injection, jailbreaking, data exfiltration, (4) Hardening system prompts, (5) Compliance mapping for OWASP LLM Top 10, NIST AI RMF, CJIS, SOC2, (6) Threat modeling AI systems, (7) Analyzing security eval results, (8) Research on LLM attack/defense techniques. Triggers: "secure my LLM", "prompt injection", "jailbreak test", "AI security", "red team", "system prompt hardening", "LLM vulnerability", "promptfoo", "OWASP LLM", "AI compliance".
2026-01-05
marketing-experimentation.md
1
1 export marketing-experimentation
2 tilmon-engineering from "tilmon-engineering/claude-skills"
3 Systematic marketing experimentation process - discover concepts, generate hypotheses, coordinate multiple experiments, synthesize results, generate next-iteration ideas through rigorous validation cycles
2026-01-05
reviewing-progress.md
1
1 export reviewing-progress
2 tilmon-engineering from "tilmon-engineering/claude-skills"
3 Use when user wants to assess progress toward an open-ended goal by reading and summarizing all iteration journals
2026-01-05
perplexity-cli-question-answering.md
1
1 export perplexity-cli-question-answering
2 jamiemills from "jamiemills/perplexity-cli"
3 Query Perplexity.ai directly from the terminal to find answers to research questions, current events, and detailed explanations. Returns structured JSON output for programmatic parsing. Use when you need current information, comprehensive answers with source references, or want to avoid making separate web search requests.
2026-01-05
synthesisgrounded-audio-brief.md
1
1 export synthesisgrounded-audio-brief
2 Cloudhabil from "Cloudhabil/AGI-Server"
3 Produce grounded audio briefs by chaining source-scoped input, citation verification, dialogue dramatization, and multi-speaker TTS orchestration. Use for “Audio Overview” style outputs.
2026-01-05
skill-refactoring.md
1
1 export skill-refactoring
2 buddyh from "buddyh/claude-code-skills"
3 Refactor bloated skill.md files using progressive disclosure pattern. Moves detailed content to references/ while keeping skill.md focused and discoverable. Use when a skill is approaching 500 lines or needs better organization.
2026-01-05
composable-svelte-components.md
1
1 export composable-svelte-components
2 linehaul-ai from "linehaul-ai/linehaulai-claude-marketplace"
3 UI component library reference for Composable Svelte. Use when implementing designs, choosing components, styling layouts, or working with shadcn-svelte components. Covers component props, variants, accessibility patterns, visual composition, and when to use which component. For specialized components see composable-svelte-graphics (3D), composable-svelte-code (editors/media), composable-svelte-charts (visualization), composable-svelte-maps (geospatial).
2026-01-05
mm-comps.md
1
1 export mm-comps
2 adilkalam from "adilkalam/claude-vibe-code"
3 Marina Moscone competitor-dossier skill. Guides structured competitor research for the MM minisite: prices, lookbooks, e‑comm visuals, press/story arcs, and positioning synthesis. Use when running /mm-comps or doing MM competitor work.
2026-01-05
expression-intent-archaeology.md
1
1 export expression-intent-archaeology
2 synapseradio from "synapseradio/thinkies"
3 Create separate documentation that preserves discovered intent from historical investigation so future readers benefit from your research. Use when: (1) completing code archaeology investigation and needing to ensure discoveries benefit future developers facing the same confusion, (2) recurring questions from team members signal that institutional knowledge needs capture in ADRs or documentation files, (3) team member departure would take critical undocumented context about design decisions with them, (4) creating onboarding documentation where critical context exists only in git history or senior engineers' memories
2026-01-05
writing-implementation-test-pseudocode.md
1
1 export writing-implementation-test-pseudocode
2 WesleyMFrederick from "WesleyMFrederick/cc-workflows"
3 Use when adding test pseudocode to user stories or implementation guides - creates MEDIUM-IMPLEMENTATION abstraction showing test structure with Vitest terminology, placeholder comments for logic, and strategic comments (Research/Fixture/Integration/Verification/Pattern/Decision) that guide what to research and decide, not complete implementations
2026-01-05
shirushi.md
1
1 export shirushi
2 CAPHTECH from "CAPHTECH/shirushi"
3 Document ID management for Git repositories. Validates, assigns, and tracks immutable doc_ids across Markdown/YAML files. Use when working with doc_id, document IDs, "@see docid" references, document integrity validation, or shirushi commands.
2026-01-05
deep-research.md
1
1 export deep-research
2 bsamiee from "bsamiee/Parametric_Portal"
3 Orchestrates two-round parallel agent research for comprehensive topic exploration. Use when conducting research, exploring complex topics, gathering multi-faceted information, or synthesizing findings from parallel investigation streams.
2026-01-05
mixmi-mixer-architecture.md
1
1 export mixmi-mixer-architecture
2 djchikk from "djchikk/mixmi-alpha-fresh"
3 Complete technical reference for the professional mixer system architecture, audio routing, recording implementation, and all internal mechanics
2026-01-05
refactoring-workflow.md
1
1 export refactoring-workflow
2 Kaakati from "Kaakati/rails-enterprise-dev"
3 Complete refactoring workflow with tracking, validation, and cross-layer impactchecklists. Integrates with beads for progress tracking and ensures noreferences to old names remain after refactoring.
2026-01-05
hummbl-framework.md
1
1 export hummbl-framework
2 hummbl-dev from "hummbl-dev/hummbl-claude-skills"
3 Complete HUMMBL Base120 mental models framework with all 120 models across 6 transformations (Perspective, Inversion, Composition, Decomposition, Recursion, Meta-Systems). Includes model selection guidance, application methodology, and validation checklist. Version 1.0-beta definitive reference.
2026-01-05
design-archivist.md
1
1 export design-archivist
2 erichowens from "erichowens/some_claude_skills"
3 Long-running design anthropologist that builds comprehensive visual databases from 500-1000 real-world examples, extracting color palettes, typography patterns, layout systems, and interaction design across any domain (portfolios, e-commerce, SaaS, adult content, technical showcases). This skill should be used when users need exhaustive design research, pattern recognition across large example sets, or systematic visual analysis for competitive positioning.
2026-01-05