Browse Skills
2013 skills found
typescript-pro.md
1
1
export
typescript-pro
2
from
"kamushadenes/nix"
from
"kamushadenes/nix"
3
My Nix (nix-darwin, NixOS, home-manager) configuration
2026-04-17
code-reviewer.md
1
1
export
code-reviewer
2
from
"ranjanpoudel1234/ai-tools"
from
"ranjanpoudel1234/ai-tools"
3
Reviews code for architecture, performance, API design, and maintainability. AUTOMATICALLY INVOKE when user mentions "review", "PR", "pull request", "code review", "backend review", or "analyze code". Verifies against latest Microsoft C# and .NET standards.
2026-03-28
omnistrate-solutions-architect.md
1
1
export
omnistrate-solutions-architect
2
from
"omnistrate-community/kubecon-2025-agent-template"
from
"omnistrate-community/kubecon-2025-agent-template"
3
An agentic AI app to jump-start your submissions for the KubeCon 2025 NA Omnistrate challenge
2025-11-20
fabric.md
1
1
export
fabric
2
from
"zmre/nix-pai"
from
"zmre/nix-pai"
3
Native Fabric pattern execution for Claude Code. USE WHEN processing content with Fabric patterns (extract_wisdom, summarize, analyze_claims, threat modeling, etc.). Patterns run natively in Claude's context - no CLI spawning needed. Only use fabric CLI for YouTube transcripts (-y) or pattern updates (-U).
2026-04-14
uv.md
1
1
export
uv
2
from
"stickystyle/claude-skills"
from
"stickystyle/claude-skills"
3
Claude skills I've developed for my use
2026-03-24
explore-codebase.md
1
1
export
explore-codebase
2
from
"anortham/miller"
from
"anortham/miller"
3
The code investigator
2026-04-13
cc-plan.md
1
1
export
cc-plan
2
from
"akitana-airtanker/codex-plan-workflow-skills"
from
"akitana-airtanker/codex-plan-workflow-skills"
3
Create a concrete implementation plan with scope, risks, verification, and rollback. Use before any code changes.
2026-01-01
rad.md
1
1
export
rad
2
from
"williaby/image-preprocessing-detector"
from
"williaby/image-preprocessing-detector"
3
Intelligent image preprocessing detection system for RAG applications
2026-03-16
npid-existing-code.md
1
1
export
npid-existing-code
2
from
"23Maestro/prospect-pipeline"
from
"23Maestro/prospect-pipeline"
3
Raycast extension for prospect pipeline management
2026-04-18
darkit-gin.md
1
1
export
darkit-gin
2
from
"DarkiT/gin"
from
"DarkiT/gin"
3
本项目主要对Gin框架的Context进行了功能扩充,以简化调用流程。
2026-04-18
web-dev-tester.md
1
1
export
web-dev-tester
2
from
"burkeholland/social-assistant-demo"
from
"burkeholland/social-assistant-demo"
3
Autonomously build and test web applications using Playwright MCP server. Enables iterative development with automatic verification - make changes, run the app, visually verify, check for errors, and iterate. Use when building websites, debugging UI issues, or implementing features that need visual verification.
2026-04-10
config-audit.md
1
1
export
config-audit
2
from
"amhuppert/my-ai-resources"
from
"amhuppert/my-ai-resources"
3
AI tooling config (Cursor, Claude Code), workflows, prompt templates, scripts for working with AI.
2026-04-03
mymind-coding-patterns.md
1
1
export
mymind-coding-patterns
2
from
"vojtaholik/mymind"
from
"vojtaholik/mymind"
3
Personal second-brain tool with semantic search. Save bookmarks, notes, images — search by meaning, retrieve later.
2025-12-25
storybook.md
1
1
export
storybook
2
from
"iButters/ClaudeCodePlugins"
from
"iButters/ClaudeCodePlugins"
3
Storybook 8 for React component documentation and testing. Use for creating stories, documenting components with Controls/Actions, visual testing, and MDX documentation. Triggers on requests for Storybook stories, component documentation, visual testing, or interactive component demos.
2025-12-16
specification-driven-development.md
1
1
export
specification-driven-development
2
from
"betamatt/claude-plugins"
from
"betamatt/claude-plugins"
3
Plugins encapsulating some of my personal methods
2026-03-13
startstop-demo-app.md
1
1
export
startstop-demo-app
2
from
"Jaroslav84/agentic_project"
from
"Jaroslav84/agentic_project"
3
This is a skeleton project designed for Agentic Development, structured to support AI agents with defined skills, commands, and documentation.
2026-04-17
uv-script.md
1
1
export
uv-script
2
from
"ebal5/dotfiles-chezmoi"
from
"ebal5/dotfiles-chezmoi"
3
My dotfiles management repo using cezmoi
2026-04-17
subagent-driven-development.md
1
1
export
subagent-driven-development
2
from
"marcos-abreu/connect_kit"
from
"marcos-abreu/connect_kit"
3
Cross-platform health data bridge for Flutter — seamlessly integrating Apple HealthKit and Google Health Connect
2025-12-09
premium-healthcare-redesign.md
1
1
export
premium-healthcare-redesign
2
from
"SamiAGOURRAM/salam-queue-flow"
from
"SamiAGOURRAM/salam-queue-flow"
3
Redesign React components and pages for healthcare SaaS with premium Apple/Uber-like aesthetics while preserving ALL existing logic, hooks, state management, API calls, and event handlers. Use this skill when the user requests to redesign, make premium, improve the look of, or beautify existing React code. Also use when the user provides design inspiration screenshots to adapt. The skill treats all functionality as sacred and focuses purely on visual transformation - layout, styling, typography, colors, spacing, and modern component structures can change freely, but hooks order, state management, backend communication, and all interactions must remain 100% intact.
2026-04-03
ultrathink-detective.md
1
1
export
ultrathink-detective
2
from
"involvex/involvex-claude-marketplace"
from
"involvex/involvex-claude-marketplace"
3
⚡ PRIMARY TOOL for: 'comprehensive audit', 'deep analysis', 'full codebase review', 'multi-perspective investigation', 'complex questions'. Combines ALL detective perspectives (architect+developer+tester+debugger). Uses Opus model. REPLACES grep/glob entirely. Uses claudemem v0.3.0 AST with ALL commands (map, symbol, callers, callees, context). GREP/FIND/GLOB ARE FORBIDDEN.
2026-01-18
python-function-caching.md
1
1
export
python-function-caching
2
from
"gordonwatts/atlas-mcp"
from
"gordonwatts/atlas-mcp"
3
Provide a reusable pattern for memoizing deterministic function calls to reduce latency and repeated computation. Backed by the `python` diskcache package. Use skill when updating or editing everything.
2026-01-04
frontend-web-dev-expert.md
1
1
export
frontend-web-dev-expert
2
from
"malston/claude-config"
from
"malston/claude-config"
3
Advanced frontend web development expert system that provides comprehensive modern web development services including architecture design, UI/UX implementation, performance optimization, engineering setup, and cross-platform development through expert collaboration and intelligent tool integration.
2026-04-12
frontend-design.md
1
1
export
frontend-design
2
from
"le-dat/claude-skill-engineer"
from
"le-dat/claude-skill-engineer"
3
awesome claude skill cli for website
2026-03-27
apple-notes.md
1
1
export
apple-notes
2
from
"peerasak-u/peerasak-claude-marketplace"
from
"peerasak-u/peerasak-claude-marketplace"
3
Reads, searches, lists, creates, and deletes notes in Apple Notes on macOS. Use when the user asks about their notes, wants to save information to Notes, or needs to find something they wrote in Apple Notes.
2026-01-26