Loading...
Loading...
Found 1,799 Skills
Generate a high-level overview of a file, directory, or project — answering "what is this and how is it organized." Produces a single summary entry covering purpose, structure, entry points, and dependencies. Re-running on the same target overwrites the existing overview.
Validate an implemented React Doctor rule before merge. Use after focused tests pass to review detector correctness, inspect open-source hits, run pull request parity, add regression coverage, prepare a changeset, write pull request copy, or address review findings.
Vertical / parallel implementation planning skill. Creates DAG-structured plan directories where each step is an independent, QA-able vertical slice that sub-agents can pick up and implement in parallel. Use whenever the user wants a plan that fans out (multiple independent features), invokes /v-plan, or asks for a "parallel plan", "DAG plan", "vertical plan", or "plan that can be parallelized" — even if they don't say those exact words. Prefer the linear `planning` skill for strictly sequential work.
Turn any Markdown file into a publication-quality, print-ready PDF with proper margins, page numbers, cover pages, running headers, and a clickable table of contents. Mermaid and Excalidraw fences render as vector diagrams fully offline, and --to html or --to docx emit a self-contained web page or Word document. Use when asked to "make a PDF", "export to PDF", "turn this markdown into a document", or "generate a document".
This is used when users or Agents need to obtain, query, synchronize, analyze or export A-share market data, financial reports, valuations, indices, sectors, public funds, featured data or local DuckDB data via Hithink Finance Data Service, or need to select, install, configure, diagnose REST API, MCP, hithink-finance CLI, Python SDK/marketdb.
For the creation, review, refactoring, and presentation of .ipynb Notebooks (Jupyter / JupyterLab / Google Colab / VS Code). Covers engineered directory structures, efficient token processing, demonstration/sharing patterns, and reproducible workflows with uv/venv.
Validate skill directories against AgentSkills spec
Assigns confidence scores to agent outputs based on multiple factors including source quality, consistency, and reasoning depth. Produces calibrated confidence estimates. Activate on 'confidence score', 'how confident', 'certainty level', 'output confidence', 'reliability score'. NOT for validation (use dag-output-validator) or hallucination detection (use dag-hallucination-detector).
Indices can turn any website into an API. Once a connector is created, you can invoke it with varying arguments to perform actions across the internet. Use this skill when the user asks to perform an action or retrieve data from a website.
Target reconnaissance and enumeration for CTF challenges. Use when you need to scan ports, discover services, enumerate web directories, or fingerprint technology stacks.
Sistema completo para optimizar perfiles LinkedIn de desarrolladores senior (IC). Usar cuando el usuario necesite optimizar su perfil LinkedIn, escribir headlines, about sections, descripciones de experiencia laboral, o convertir proyectos tecnicos en narrativas que comuniquen senioridad. Activa con palabras como LinkedIn, perfil, headline, about, experiencia, CV, reclutadores, posicionamiento profesional, branding personal developer. Especializado en Senior Individual Contributors (IC) del mundo tech/SaaS.
This skill should be used when the user: - Wants to work on multiple branches simultaneously or in parallel - Needs to start a new feature/task while preserving current work - Asks about git worktree operations (create, remove, list, clean) - Mentions "twig" commands (add, remove, clean, list, init) - Wants to carry or move uncommitted changes to a new branch - Wants to copy/sync changes between branches - Needs to isolate work in a separate directory - Asks about switching context without stashing - Wants to clean up old/merged branches and their worktrees - Says phrases like "new worktree", "create worktree", "branch off", "work on something else", "start new work", "parallel work", "separate workspace", "another branch" Use this skill for ANY worktree-related operation, not just when explicitly asking about twig.