Loading...
Loading...
Found 567 Skills
Meta-skill for extracting and creating reusable Claude Code skills from past work sessions. Analyzes git history, code patterns, workflows, and documentation to identify harvestable skills, then generates comprehensive skill definitions with best practices, examples, and structured templates.
In-depth article analysis, interpretation and fact-checking. Used to extract core viewpoints, examine logic, evaluate value and analyze writing skills.
Write SQL syntax definitions for OceanBase documentation. Syntax sections define structure without semicolons, while examples show executable statements. Use when writing syntax sections or reviewing SQL statement documentation.
Generates, explains, and tests regular expression patterns. Builds patterns from positive and negative examples, breaks down each component with a readable explanation table, generates edge-case test suites, and provides usage examples in Python and JavaScript. Triggers on: "regex for", "regular expression", "pattern for", "match strings like", "extract from", "build regex", "create pattern", "explain this regex", "what does this regex do", "regex to match", "parse with regex", "validate format". Use this skill when building, explaining, or testing a regular expression pattern.
A skill for retrieving the latest library documentation using Context7. Use when the user asks about how to use a library, requests code examples, or instructs to "use context7". Prevents hallucinations based on outdated training data and provides up-to-date API information.
Use when working with the OpenAI API (Responses API) or OpenAI platform features (tools, streaming, Realtime API, auth, models, rate limits, MCP) and you need authoritative, up-to-date documentation (schemas, examples, limits, edge cases). Prefer the OpenAI Developer Documentation MCP server tools when available; otherwise guide the user to enable `openaiDeveloperDocs`.
Third-party perspective analysis and improvement skills for marketing pages. Targets: Landing Pages (LP), Home Pages (HP), Pricing Pages, Feature Pages, Blogs. Integrates CRO frameworks and direct response principles (Schwartz/Hopkins/Ogilvy). Usage scenarios: (1) Page audit/analysis requests (2) Conversion improvement consultations (3) Copywriting improvements (4) A/B test design (5) Implementation prioritization. Trigger examples: "Analyze my LP", "Want to increase conversion rate", "Review pricing page", "Improve hero section", "Optimize CTA", "HP improvement proposal"
Comprehensive marketing audit and analysis skill. Integratively utilize all marketing-related skills. Usage scenarios: (1) Overall marketing audit (2) Pre-launch comprehensive inspection (3) Growth strategy review (4) Competitor analysis (5) Formulation of comprehensive improvement plans. Trigger examples: "Conduct a comprehensive investigation and review of marketing aspects", "Marketing audit", "Pre-launch check", "Develop a growth strategy", "Marketing improvement plan"
Prepare R packages for CRAN submission by checking for common ad-hoc requirements not caught by devtools::check(). Use when: (1) Preparing a package for first CRAN release, (2) Preparing a package update for CRAN resubmission, (3) Reviewing a package to ensure CRAN compliance, (4) Responding to CRAN reviewer feedback. Covers documentation requirements, DESCRIPTION field standards, URL validation, examples, and administrative requirements.
Searches aptos-core and daily-move for reference implementations before writing contracts. Triggers on: 'search examples', 'find example', 'check aptos-core', 'is there an example', 'reference implementation', 'how does aptos implement', 'similar contract', 'daily-move'.
Construct well-structured arguments using the hypothesis-argument-example triad. Covers formulating falsifiable hypotheses, building logical arguments (deductive, inductive, analogical, evidential), providing concrete examples, and steelmanning counterarguments. Use when writing or reviewing PR descriptions that propose technical changes, justifying design decisions in ADRs, constructing substantive code review feedback, or building a research argument or technical proposal.
Comprehensive guide for the ratkit Rust TUI component library built on ratatui 0.29, including feature flags, APIs, and implementation patterns. Use when building, debugging, or extending ratkit applications and examples.