Browse Skills

20307 skills found

publish-github-issues.md
0
1 export publish-github-issues
2 bcasci from "bcasci/hustler-marketplace"
3 Publish GitHub issues from YAML files using gh CLI. Use this skill when:- User says "publish issues to github", "create issues on github"- User provides a YAML file path in tmp/issues/- Ready to batch-create GitHub issues from approved YAML
2026-01-05
phase-prep.md
0
1 export phase-prep
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Research Godot source code to prepare critical implementation notes for upcoming phases. Use before implementing phases to avoid debugging sessions and discover Godot quirks upfront.
2026-01-05
yaml-driven-architecture.md
0
1 export yaml-driven-architecture
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Apply YAML-driven architecture-as-code patterns for system definition, configuration management, and automated generation. Use when designing configuration schemas, building code generators, or implementing declarative architecture definitions.
2026-01-05
managing-linear-issues.md
0
1 export managing-linear-issues
2 FortiumPartners from "FortiumPartners/ensemble"
3 Linear.app issue management using Linearis CLI with JSON output and smart ID resolution. Use when creating, viewing, updating, or searching Linear issues, managing sprints/cycles, or listing teams/projects.
2026-01-05
sql-databases.md
0
1 export sql-databases
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-machine-learning"
3 Master sql databases & query optimization. Production-ready code examples, best practices, and real-world applications.
2026-01-05
user-scoped-data-filtering.md
0
1 export user-scoped-data-filtering
2 MUmerRazzaq from "MUmerRazzaq/fast-next-todo"
3 Provides patterns and guidance for implementing user-scoped data filtering and multi-tenancy in web applications. Use this skill when you need to: (1) Restrict data access based on user identity, (2) Implement ownership checks for database operations, (3) Build multi-tenant applications with organization-level data scoping, (4) Implement admin bypass for viewing all data, (5) Create audit trails for data access. This skill focuses on Python, FastAPI, and SQLAlchemy.
2026-01-05
analyzing-taint-flow.md
0
1 export analyzing-taint-flow
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Tracks untrusted input propagation from sources to sinks in binary code to identify injection vulnerabilities. Use when analyzing data flow, tracing user input to dangerous functions, or detecting command/SQL injection.
2026-01-05
composable-rust-event-sourcing.md
0
1 export composable-rust-event-sourcing
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Expert knowledge for implementing event sourcing in Composable Rust. Use when implementing event-sourced aggregates, working with EventStore trait or PostgreSQL, designing event schemas, implementing state reconstruction, dealing with optimistic concurrency and version tracking, or questions about event sourcing, CQRS, and persistence patterns.
2026-01-05
spec-first-sdlc.md
0
1 export spec-first-sdlc
2 esxr from "esxr/sdlc-skill"
3 Spec-First, Agent-Implemented Software Development Lifecycle. Use when: (1) Starting a new software project that needs structured design-before-code approach, (2) User mentions "SDLC", "spec-first", "design docs", or "implementation spec", (3) User wants to go from requirements/intent to working code with traceability, (4) Project requires documented architectural decisions and review checkpoints, (5) User has existing design artifacts and wants to continue from a specific phase. Produces: Intent doc → HLD → ADR-Lite → EIS → Code → Validation tests.
2026-01-05
po-journey-architect.md
0
1 export po-journey-architect
2 garbray from "garbray/claude-config"
3 Product Owner & App Journey Architect role skill. Use when Claude needs to act as a seasoned product owner who translates business goals into clear, actionable product requirements; identifies gaps, ambiguities, and hidden assumptions; designs and documents user journeys, system flows, and state diagrams using Mermaid; reviews high-level designs for completeness and feasibility; uncovers edge cases, failure scenarios, and error-handling strategies; and validates specifications are build-ready. Triggered by requests to review product specs, design user journeys, create system flows, challenge requirements clarity, identify design gaps, or architect application flows.
2026-01-05
sdd-review.md
0
1 export sdd-review
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Review implementation fidelity against specifications by comparing actual code to spec requirements. Identifies deviations, assesses impact, and generates compliance reports for tasks, phases, or entire specs.
2026-01-05
anti-patterns.md
0
1 export anti-patterns
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Gentle reminder skill for common mistakes to avoid. Non-blocking suggestions.AUTO-ACTIVATE when user mentions (FR/EN): - erreur, error, bug, problème, problem - anti-pattern, mauvaise pratique, bad practice, avoid, éviter - pourquoi erreur, why error, comment éviter, how to avoid - any, undefined, null, timezone, siteId manquantThis skill shows as a GENTLE reminder after code edits (non-blocking).
2026-01-05
subagent-factory.md
0
1 export subagent-factory
2 AaronAbuUsama from "AaronAbuUsama/alpha-arena"
3 Create specialized Claude Code agents on-the-fly. Guides through agent definition file creation with proper frontmatter, effective prompts, and tool scoping. USE WHEN user says 'create agent', 'new subagent', 'make an agent for', 'build agent', 'spawn agent', or wants to define custom agents for specific tasks.
2026-01-05
wordpress-advanced-architecture.md
0
1 export wordpress-advanced-architecture
2 danielseltzer from "danielseltzer/code-analysis-tools"
3 Advanced WordPress development with REST API endpoints, WP-CLI commands, performance optimization, and caching strategies for scalable applications.
2026-01-05
htmx-expert.md
0
1 export htmx-expert
2 Lullabot from "Lullabot/htmx-expert"
3 This skill should be used when users need help with htmx development, including implementing AJAX interactions, understanding htmx attributes (hx-get, hx-post, hx-swap, hx-target, hx-trigger), debugging htmx behavior, building hypermedia-driven applications, or following htmx best practices. Use when users ask about htmx patterns, server-side HTML responses, or transitioning from SPA frameworks to htmx. (user)
2026-01-05
repository-analyzer.md
0
1 export repository-analyzer
2 jackspace from "jackspace/ClaudeSkillz"
3 Analyzes codebases to generate comprehensive documentation including structure, languages, frameworks, dependencies, design patterns, and technical debt. Use when user says "analyze repository", "understand codebase", "document project", or when exploring unfamiliar code.
2026-01-05
test-writing-patterns.md
0
1 export test-writing-patterns
2 rubrical-studios from "rubrical-studios/process-docs"
3 Guide experienced developers on test structure, patterns, assertions, and test doubles for effective test-driven development
2026-01-05
scope-capture.md
0
1 export scope-capture
2 Ramblurr from "Ramblurr/nix-devenv"
3 REPL debugging tool for capturing and inspecting local scope at runtime.Use when debugging functions, investigating test failures, understanding intermediate values,or when you need to recreate the runtime context of code without manually fabricating values.
2026-01-05
testing-patterns.md
0
1 export testing-patterns
2 eous from "eous/dotclaude"
3 Software testing patterns, strategies, and best practices. Use when writing tests, discussing test architecture, mocking, fixtures, or test organization. Triggers on mentions of testing, unit tests, integration tests, pytest, jest, mocking, fixtures, TDD, test coverage.
2026-01-05
backend-development.md
0
1 export backend-development
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-mlops"
3 Master backend API development with Node.js, Python, PHP, Java, C#, GraphQL, REST APIs, databases, and microservices. Learn server-side architecture, authentication, scalability, and production deployment.
2026-01-05
ragsharp-query-code-graph.md
0
1 export ragsharp-query-code-graph
2 managedcode from "managedcode/RagSharp"
3 Query the ragsharp code graph for declarations, references, callers, callees, dependencies, and line-number evidence.Triggers: find usages, where defined, callers, callees, dependency path, project deps, type hierarchy, line numbers, evidence.
2026-01-05
simulation-code-validation.md
0
1 export simulation-code-validation
2 DevHammad0 from "DevHammad0/physical-ai-robotics-textbook"
3 Encodes validation patterns for robotics simulation code (ROS 2, Gazebo, Isaac Sim). Ensures code examples are testable, safe, and follow simulation-first pedagogy. Validates Python syntax, ROS 2 patterns, URDF/SDF markup, and troubleshooting completeness.
2026-01-05
expo-config-setup.md
0
1 export expo-config-setup
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Эксперт Expo конфигурации. Используй для React Native Expo, app.json и EAS Build.
2026-01-05
jp-ui-consumer.md
0
1 export jp-ui-consumer
2 yumehiko from "yumehiko/jp-ui"
3 Use when consuming jp-ui in an app: installation, CSS/theme setup, component selection, and token usage; guide Codex to the jp-ui docs and types for implementation details.
2026-01-05