Browse Skills

44358 skills found

Run Tests.md
510
1 export Run Tests
2 pgschema from "pgschema/pgschema"
3 Run pgschema automated tests (go test) to validate diff logic, plan generation, and dump functionality using test fixtures
2026-01-06
pg-dump Reference.md
510
1 export pg-dump Reference
2 pgschema from "pgschema/pgschema"
3 Consult PostgreSQL's pg_dump implementation for guidance on system catalog queries and schema extraction when implementing pgschema features
2026-01-06
Validate with Database.md
510
1 export Validate with Database
2 pgschema from "pgschema/pgschema"
3 Connect to live PostgreSQL database to validate schema assumptions, compare pg_dump vs pgschema output, and query system catalogs interactively
2026-01-06
translate skill.md
506
1 export translate skill
2 djyde from "djyde/ccmate"
3 Use this skill when you are doing localization and translation work.
2026-01-06
notebooklm.md
502
1 export notebooklm
2 PleasePrompto from "PleasePrompto/notebooklm-skill"
3 Use this skill to query your Google NotebookLM notebooks directly from Claude Code for source-grounded, citation-backed answers from Gemini. Browser automation, library management, persistent auth. Drastically reduced hallucinations through document-only responses.
2026-01-06
reflex.md
499
1 export reflex
2 QuixiAI from "QuixiAI/Hexis"
3 Build and debug Reflex (rx) UIs in this repo. Use for editing ui/*.py, choosing rx components, fixing Var/conditional/foreach issues, and applying responsive/layout patterns from the Reflex docs.
2026-01-05
sql-translation.md
496
1 export sql-translation
2 tidyverse from "tidyverse/dbplyr"
3 Guide for adding SQL function translations to dbplyr backends. Use when implementing new database-specific R-to-SQL translations for functions like string manipulation, date/time, aggregates, or window functions.
2026-01-05
create-skill.md
496
1 export create-skill
2 tidyverse from "tidyverse/dbplyr"
3 Guide for creating new Claude Code skills. Use when you need to create a new skill to package expertise or workflow into a reusable capability that Claude can automatically invoke.
2026-01-05
sql-research.md
496
1 export sql-research
2 tidyverse from "tidyverse/dbplyr"
3 Guide for researching SQL syntax and behavior for database backends. Use when you need to research how a SQL function, command, or feature works in a specific database before implementing it in dbplyr.
2026-01-05
tidy-deprecate-function.md
496
1 export tidy-deprecate-function
2 tidyverse from "tidyverse/dbplyr"
3 Guide for deprecating R functions/arguments. Use when a user asks to deprecate a function or parameter, including adding lifecycle warnings, updating documentation, adding NEWS entries, and updating tests.
2026-01-05
Subagents Guide.md
490
1 export Subagents Guide
2 CaptainCrouton89 from "CaptainCrouton89/.claude"
3 Specialized AI assistants for task-specific workflows with separate context. Learn when to delegate, configure tools, and apply best practices.
2026-01-03
Skills Guide.md
490
1 export Skills Guide
2 CaptainCrouton89 from "CaptainCrouton89/.claude"
3 Package expertise into discoverable, reusable capabilities that extend Claude's functionality. Use when creating new Skills, understanding how Skills work, or organizing existing capabilities.
2026-01-03
Testing Code.md
490
1 export Testing Code
2 CaptainCrouton89 from "CaptainCrouton89/.claude"
3 Write automated tests for features, validate functionality against acceptance criteria, and ensure code coverage. Use when writing test code, verifying functionality, or adding test coverage to existing code.
2026-01-03
Executing Work in Parallel.md
490
1 export Executing Work in Parallel
2 CaptainCrouton89 from "CaptainCrouton89/.claude"
3 Coordinate concurrent task execution through agent delegation. Plan independent work, manage dependencies, and execute multiple agents simultaneously. Use when handling multiple unrelated tasks, research investigations, or layer-based implementations that can run concurrently.
2026-01-03
TypeScript SDK Reference.md
490
1 export TypeScript SDK Reference
2 CaptainCrouton89 from "CaptainCrouton89/.claude"
3 Comprehensive reference for the TypeScript Agent SDK with functions, types, and interfaces for programmatic Claude Code interactions
2026-01-03
Writing Effective Prompts.md
490
1 export Writing Effective Prompts
2 CaptainCrouton89 from "CaptainCrouton89/.claude"
3 Structure Claude prompts for clarity and better results using roles, explicit instructions, context, positive framing, and strategic organization. Use when crafting prompts for complex tasks, long documents, tool workflows, or code generation.
2026-01-03
Auditing Security.md
490
1 export Auditing Security
2 CaptainCrouton89 from "CaptainCrouton89/.claude"
3 Identify and remediate vulnerabilities through systematic code analysis. Use when performing security assessments, pre-deployment reviews, compliance validation (OWASP, PCI-DSS, GDPR), investigating known vulnerabilities, or post-incident analysis.
2026-01-03
Output Styles Guide.md
490
1 export Output Styles Guide
2 CaptainCrouton89 from "CaptainCrouton89/.claude"
3 Adapt Claude Code for different use cases beyond software engineering by customizing system prompts for teaching, learning, analysis, or domain-specific workflows.
2026-01-03
Skills Guide.md
490
1 export Skills Guide
2 CaptainCrouton89 from "CaptainCrouton89/.claude"
3 Defines required structure, frontmatter format, and best practices for SKILL.md files. Use BEFORE creating or editing any skill - this is the spec to follow, not optional reference.
2026-01-03
Fixing Bugs Systematically.md
490
1 export Fixing Bugs Systematically
2 CaptainCrouton89 from "CaptainCrouton89/.claude"
3 Diagnose and fix bugs through systematic investigation, root cause analysis, and targeted validation. Use when something is broken, errors occur, performance degrades, or unexpected behavior manifests.
2026-01-03
Reviewing Code.md
490
1 export Reviewing Code
2 CaptainCrouton89 from "CaptainCrouton89/.claude"
3 Systematically evaluate code changes for security, correctness, performance, and spec alignment. Use when reviewing PRs, assessing code quality, or verifying implementation against requirements.
2026-01-03
Railway CLI Management.md
490
1 export Railway CLI Management
2 CaptainCrouton89 from "CaptainCrouton89/.claude"
3 Deploy, manage services, view logs, and configure Railway infrastructure. Use when deploying to Railway, managing environment variables, viewing deployment logs, scaling services, or managing volumes.
2026-01-03
Writing Documentation for LLMs.md
490
1 export Writing Documentation for LLMs
2 CaptainCrouton89 from "CaptainCrouton89/.claude"
3 Create effective documentation that LLMs can discover and use. Use when documenting code, APIs, features, or creating reference materials. Covers structure, conciseness, examples, and anti-patterns for optimal LLM comprehension.
2026-01-03
Investigating Code Patterns.md
490
1 export Investigating Code Patterns
2 CaptainCrouton89 from "CaptainCrouton89/.claude"
3 Systematically trace code flows, locate implementations, diagnose performance issues, and map system architecture. Use when understanding how existing systems work, researching concepts, exploring code structure, or answering "how/where/why is X implemented?" questions.
2026-01-03