Skills de Claude Code · página 70
Skills individuales de Claude Code extraídas de todos los repositorios del directorio: cada SKILL.md, instalable con un comando, con su definición completa y las señales de confianza del repo.
BDD requirements discovery methodology - Example Mapping, Three Amigos, conversational patterns, Given-When-Then translation, and collaborative specification
nWave-ai/nWaveInstalarStructured divergent thinking techniques — HMW framing, SCAMPER, Crazy 8s mechanics, and option diversity guarantees. Enforces strict separation of generation and evaluation phases.
nWave-ai/nWaveInstalarAll /nw-* commands — what they do, when to use them, which agent they invoke. For the buddy agent to help users pick the right command.
nWave-ai/nWaveInstalarHow the nWave buddy agent reads a project to answer questions — detection, order of inspection, and citation discipline.
nWave-ai/nWaveInstalarSingle Source of Truth detection — where truth lives in an nWave repo and how to avoid contradicting it.
nWave-ai/nWaveInstalarWave methodology knowledge for the buddy agent — what each wave does, its inputs and outputs, and how to route questions.
nWave-ai/nWaveInstalar- nw-buddy542
nWave concierge — ask any question about methodology, project state, commands, migration, or troubleshooting. Read-only, contextual answers.
nWave-ai/nWaveInstalar - nw-bugfix542
Bug fix workflow: root cause analysis → user review → regression test + fix via TDD
nWave-ai/nWaveInstalar - nw-canary542
Canary skill for auto-injection detection
nWave-ai/nWaveInstalar CI/CD pipeline design methodology, deployment strategies, GitHub Actions patterns, and branch/release strategies. Load when designing pipelines or deployment workflows.
nWave-ai/nWaveInstalarCross-agent collaboration protocols, workflow handoff patterns, and commit message formats for TDD/Mikado/refactoring workflows
nWave-ai/nWaveInstalarDocumentation collapse anti-patterns - detection rules, bad examples, and remediation strategies for type-mixing violations
nWave-ai/nWaveInstalarBest practices for command definition files - size targets, declarative template, anti-patterns, and canonical examples based on research evidence
nWave-ai/nWaveInstalarStep-by-step workflow for converting bloated command files to lean declarative definitions
nWave-ai/nWaveInstalar- nw-continue542
Detects current wave progress for a feature and resumes at the next step. Scans docs/feature/ for artifacts.
nWave-ai/nWaveInstalar Crafter discipline contract for the ATDD-pure 7-phase workflow — what the slim crafter does in Phase A (GREEN-the-ATs), Phase B (coverage-driven dead-code elimination), and Phase E (batch L1-L6 refactor), plus hard prohibitions and the Phase B common-cuts taxonomy
nWave-ai/nWaveInstalarData architecture patterns (warehouse, lake, lakehouse, mesh), ETL/ELT pipelines, streaming architectures, scaling strategies, and schema design patterns
nWave-ai/nWaveInstalarDatabase comparison catalogs, RDBMS vs NoSQL selection criteria, CAP/ACID/BASE theory, OLTP vs OLAP, and technology-specific characteristics
nWave-ai/nWaveInstalarEvent Modeling facilitation technique — brainstorm events, identify commands and views, define aggregate boundaries, write Given-When-Then specifications
nWave-ai/nWaveInstalarEvent Sourcing and CQRS as DDD implementation patterns — when to use, aggregate event streams, projections, snapshots, sagas, upcasting, conflict resolution
nWave-ai/nWaveInstalarStrategic DDD — bounded context discovery, context mapping patterns, subdomain classification, ubiquitous language, and organizational alignment
nWave-ai/nWaveInstalarTactical DDD — aggregate design rules, entities, value objects, domain events, repositories, domain services, and anti-pattern detection
nWave-ai/nWaveInstalarDELIVER wave orchestration workflow -- 9 phases from baseline to finalization. Load when user invokes *deliver command. Covers state tracking, smart skip logic, retry, resume, and quality gate enforcement.
nWave-ai/nWaveInstalar- nw-deliver542
Orchestrates the full DELIVER wave end-to-end (roadmap > execute-all > finalize). Use when all prior waves are complete and the feature is ready for implementation.
nWave-ai/nWaveInstalar Shared density-resolution contract for wave skills. Canonical detail on the D12 cascade, density resolver call, ad-hoc override workflow, and DocumentationDensityEvent telemetry emission. Referenced from nw-discover / nw-discuss / nw-design / nw-devops / nw-distill / nw-deliver.
nWave-ai/nWaveInstalarRollback procedures, risk assessment, pre/post-deployment validation, and contingency planning. Load when orchestrating deployment or preparing rollback plans. For deployment strategy details (canary, blue-green, rolling), see `cicd-and-deployment` skill.
nWave-ai/nWaveInstalarEvaluation criteria and scoring for data engineering artifact reviews
nWave-ai/nWaveInstalarApple LeanUX++ design workflow, journey schema, emotional arc patterns, and CLI UX patterns. Load when transitioning from discovery to visualization or when designing journey artifacts.
nWave-ai/nWaveInstalar7 agentic design patterns with decision tree for choosing the right pattern for each agent type
nWave-ai/nWaveInstalar- nw-design542
Designs system architecture with C4 diagrams and technology selection. Routes to the right architect based on design scope (system, domain, application, or full stack). Two interaction modes: guide (collaborative Q&A) or propose (architect presents options with trade-offs).
nWave-ai/nWaveInstalar - nw-devops542
Designs CI/CD pipelines, infrastructure, observability, and deployment strategy. Use when preparing platform readiness for a feature.
nWave-ai/nWaveInstalar - nw-diagram542
Generates C4 architecture diagrams (context, container, component) in Mermaid or PlantUML. Use when creating or updating architecture visualizations.
nWave-ai/nWaveInstalar - nw-discover542
Conducts evidence-based product discovery through customer interviews and assumption testing. Use at project start to validate problem-solution fit.
nWave-ai/nWaveInstalar Question-first approach to understanding user journeys. Load when starting a new journey design or when the discovery phase needs deepening.
nWave-ai/nWaveInstalar4-phase discovery workflow with decision gates, phase transitions, success metrics, and state tracking
nWave-ai/nWaveInstalar- nw-discuss542
Conducts Jobs-to-be-Done analysis, UX journey design, and requirements gathering through interactive discovery. Use when starting feature analysis, defining user stories, or creating acceptance criteria.
nWave-ai/nWaveInstalar - nw-distill542
Acceptance test creation methodology for the DISTILL wave. Domain knowledge for the acceptance designer agent: port-to-port principle, prior wave reading, wave-decision reconciliation, graceful degradation, and document back-propagation.
nWave-ai/nWaveInstalar - nw-diverge542
Generates 3-5 divergent design directions through JTBD analysis, competitive research, structured brainstorming, and taste evaluation before convergence. Use when the team has a validated problem but hasn't chosen a solution approach.
nWave-ai/nWaveInstalar Review criteria for the nw-diverger-reviewer — validates JTBD rigor, research quality, option diversity, taste application correctness, and recommendation coherence in DIVERGE wave artifacts
nWave-ai/nWaveInstalarDIVIO/Diataxis four-quadrant documentation framework - type definitions, classification decision tree, and signal catalog
nWave-ai/nWaveInstalar- nw-document542
Creates evidence-based documentation following DIVIO/Diataxis principles. Use when writing tutorials, how-to guides, reference docs, or explanations.
nWave-ai/nWaveInstalar Strategic and tactical DDD patterns, bounded context discovery, context mapping, aggregate design rules, and decision frameworks for when to apply DDD
nWave-ai/nWaveInstalarDefinition of Ready checklist criteria, antipattern detection patterns, UAT quality rules, and domain language enforcement for product owner review
nWave-ai/nWaveInstalarCritique dimensions, severity framework, verdict decision matrix, and review output format for documentation assessment reviews
nWave-ai/nWaveInstalar- nw-execute542
Dispatches one unit of DELIVER work to a specialized agent for TDD execution. Runs a single roadmap.json step through the TDD cycle.
nWave-ai/nWaveInstalar Fast-forwards through remaining waves end-to-end without stopping for review between waves.
nWave-ai/nWaveInstalar- nw-finalize542
Archives a completed feature to docs/evolution/, migrates lasting artifacts to permanent directories, and cleans up the temporary workspace. Use after all implementation steps pass and mutation testing completes.
nWave-ai/nWaveInstalar Toyota 5 Whys methodology with multi-causal branching, evidence requirements, and validation techniques
nWave-ai/nWaveInstalar- nw-forge542
Creates new specialized agents using the 5-phase workflow (ANALYZE > DESIGN > CREATE > VALIDATE > REFINE). Use when building a new AI agent or validating an existing agent specification.
nWave-ai/nWaveInstalar TLA+ and PlusCal for specifying distributed system invariants. Decision heuristics for when formal verification adds value, key patterns, state explosion management, and alternatives comparison.
nWave-ai/nWaveInstalarAlgebra-driven API design with monoids, semigroups, and interpreters via algebraic equations
nWave-ai/nWaveInstalarClojure language-specific patterns, data-first modeling, REPL-driven development, and spec
nWave-ai/nWaveInstalarDomain modeling with algebraic data types, smart constructors, and type-level error handling
nWave-ai/nWaveInstalar- nw-fp-fsharp542
F# language-specific patterns, Railway-Oriented Programming, and Computation Expressions
nWave-ai/nWaveInstalar Haskell language-specific patterns, GADTs, type classes, and effect systems
nWave-ai/nWaveInstalarHexagonal architecture patterns with pure core and side-effect shell for functional codebases
nWave-ai/nWaveInstalar- nw-fp-kotlin542
Kotlin language-specific patterns with Arrow, Raise DSL, and coroutine-based effects
nWave-ai/nWaveInstalar Core functional programming thinking patterns and type system foundations, language-agnostic
nWave-ai/nWaveInstalar- nw-fp-scala542
Scala 3 language-specific patterns with ZIO, Cats Effect, and opaque types
nWave-ai/nWaveInstalar Naming conventions, API ergonomics, and usability patterns for functional code
nWave-ai/nWaveInstalar5-layer agent output validation, I/O contract specification, vertical slice development, and test doubles policy with per-layer examples
nWave-ai/nWaveInstalar- nw-hotspot542
Git change frequency hotspot analysis — find the most-changed files in your codebase
nWave-ai/nWaveInstalar Infrastructure as Code patterns (Terraform, Kubernetes), observability design (SLOs, metrics, alerting, dashboards), and pipeline security stages. Load when designing infrastructure, observability, or security scanning.
nWave-ai/nWaveInstalarMom Test questioning toolkit, JTBD analysis, interview conduct, assumption testing framework, and hypothesis design
nWave-ai/nWaveInstalarEvidence collection methods, problem categorization, analysis techniques, and solution design patterns
nWave-ai/nWaveInstalarJTBD methodology for extracting real jobs behind feature requests — job statements, abstraction layers, first-principles extraction, ODI outcome statements, and opportunity scoring
nWave-ai/nWaveInstalarTranslating JTBD analysis to BDD scenarios - job story to Given-When-Then patterns, forces-based test discovery, job-map-based test discovery, and property-shaped criteria
nWave-ai/nWaveInstalar- nw-jtbd-core542
Core JTBD theory and job story format - job dimensions, job story template, job stories vs user stories, 8-step universal job map, outcome statements, and forces of progress
nWave-ai/nWaveInstalar JTBD discovery techniques adapted for AI product owner context. Four Forces extraction, job dimension probing, question banks, and anti-patterns for interactive feature discovery conversations.
nWave-ai/nWaveInstalarJTBD opportunity scoring and prioritization - outcome statement format, opportunity algorithm, scoring interpretation, feature prioritization, and opportunity matrix template
nWave-ai/nWaveInstalarJTBD workflow classification and routing - ODI two-phase framework, five job types with workflow sequences, baseline type selection, workflow anti-patterns, and common recipes
nWave-ai/nWaveInstalar批量数据采集技能,负责分批并发调度 researcher agent 抓取所有数据源。
miantiao-me/aigc-weeklyInstalar中文写作技能指南,用于生成高质量的周刊、博客及科技资讯类文章。
miantiao-me/aigc-weeklyInstalar使用 Payload REST API 将周刊写入 CMS(发布为草稿),通过 users API Key 认证。
miantiao-me/aigc-weeklyInstalar- docx538
Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a 'report', 'memo', 'letter', 'template', or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation.
AgentTeam-TaichuAI/ScienceClawInstalar - feishu-setup538
自动配置飞书机器人应用。当用户要求配置飞书、创建飞书机器人、接入 Lark/飞书、设置飞书 app_id/app_secret、或询问如何配置飞书 IM 时触发此 skill。该 skill 通过 sandbox 内置浏览器自动完成飞书开放平台上的应用创建、权限配置、事件订阅和发布,用户仅需扫码登录。
AgentTeam-TaichuAI/ScienceClawInstalar - find-skills538
MANDATORY: When a user asks to install, find, search, or add ANY skill (e.g. 'install hello-world skill', 'find a skill for X', 'add a skill'), you MUST first run `skills find <query>` to search the skills ecosystem. NEVER create a skill from scratch without searching first. Even if the name sounds simple, always search — it may already exist as a published skill.
AgentTeam-TaichuAI/ScienceClawInstalar - pdf538
Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and OCR on scanned PDFs to make them searchable. If the user mentions a .pdf file or asks to produce one, use this skill.
AgentTeam-TaichuAI/ScienceClawInstalar - pptx538
Use this skill any time a .pptx file is involved — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading or extracting text from .pptx files; editing or updating existing presentations; combining or splitting slide files; working with templates, layouts, speaker notes, or comments. Trigger whenever the user mentions 'deck', 'slides', 'presentation', or references a .pptx filename. If a .pptx file needs to be opened, created, or touched, use this skill.
AgentTeam-TaichuAI/ScienceClawInstalar Create new skills, modify and improve existing skills, and measure skill performance. MANDATORY: Use this skill whenever the user wants to create a custom skill from scratch, design a workflow as a skill, write their own SKILL.md, update or optimize an existing skill, run evals to test a skill, benchmark skill performance, or asks questions like 'how do I make a skill', 'create a skill for X', 'turn this into a skill', 'I want to build a skill'. Even if the user doesn't use the word 'skill' explicitly, trigger this if they want to capture a reusable workflow or set of instructions for the agent.
AgentTeam-TaichuAI/ScienceClawInstalar- tool-creator538
Create new tools or upgrade existing tools for the agent. MANDATORY: Use this skill whenever the user wants to create a custom tool, convert a script into a reusable tool, write a new tool function, upgrade or modify an existing tool, test and improve a tool in the sandbox, or asks things like 'make a tool for X', 'create a tool that does Y', 'improve the X tool', 'upgrade my tool', 'turn this script into a tool'. Even if the user doesn't use the word 'tool' explicitly, trigger this if they want to add a new callable capability to the agent or modify an existing one.
AgentTeam-TaichuAI/ScienceClawInstalar - tooluniverse538
Access 1000+ scientific tools through ToolUniverse for drug discovery, protein analysis, genomics, literature search, clinical data, ADMET prediction, molecular docking, and more. Use when the user needs biomedical or scientific research capabilities.
AgentTeam-TaichuAI/ScienceClawInstalar - xlsx538
Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or from other data sources; or convert between tabular file formats. Trigger especially when the user references a spreadsheet file by name or path — even casually (like \"the xlsx in my downloads\") — and wants something done to it or produced from it. Also trigger for cleaning or restructuring messy tabular data files (malformed rows, misplaced headers, junk data) into proper spreadsheets. The deliverable must be a spreadsheet file. Do NOT trigger when the primary deliverable is a Word document, HTML report, standalone Python script, database pipeline, or Google Sheets API integration, even if tabular data is involved.
AgentTeam-TaichuAI/ScienceClawInstalar You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
AgentTeam-TaichuAI/ScienceClawInstalar- copywriting538
When the user wants to write, rewrite, or improve marketing copy for any page — including homepage, landing pages, pricing pages, feature pages, about pages, or product pages. Also use when the user says "write copy for," "improve this copy," "rewrite this page," "marketing copy," "headline help," "CTA copy," "value proposition," "tagline," "subheadline," "hero section copy," "above the fold," "this copy is weak," "make this more compelling," or "help me describe my product." Use this whenever someone is working on website text that needs to persuade or convert.
AgentTeam-TaichuAI/ScienceClawInstalar 多源深度调研与专业报告生成。适用场景广泛——只要用户的问题涉及需要深度分析的专业话题,就应使用此技能。包括但不限于:(1) 用户明确要求调研/research/综述/报告/发现;(2) 用户提出一个技术或科学话题,话题复杂度需要多源深度分析;(3) 用户要求对比多种技术方案的优劣;(4) 涉及生物医药、蛋白质、基因、药物靶点等需要专业数据库支撑的问题。核心能力:根据问题性质自动组合 arXiv 论文检索 + ToolUniverse 科学工具(UniProt/OpenTargets/PubMed/FAERS 等 1000+ 工具)+ Web 搜索,多源采集数据,交叉分析,生成专业 PDF/DOCX 研究报告。
AgentTeam-TaichuAI/ScienceClawInstalar- read-github538
|
AgentTeam-TaichuAI/ScienceClawInstalar - weather538
查询全球任意城市的实时天气和未来天气预报。当用户提到天气、气温、降雨、湿度、风力、穿衣建议、出行建议等天气相关话题时使用此技能。支持中英文城市名。例如:'北京天气怎么样'、'明天上海会下雨吗'、'Tokyo weather forecast'、'这周末适合户外活动吗'。
AgentTeam-TaichuAI/ScienceClawInstalar Use when you have a spec or requirements for a multi-step task, before touching code
AgentTeam-TaichuAI/ScienceClawInstalar- add-model534
Add a new language model to the Giselle codebase. Use when the user wants to add, register, or integrate a new LLM model (OpenAI, Anthropic, Google) into the system.
giselles-ai/giselleInstalar Example skill that demonstrates the gitagent skills system. Use this to test skill loading and script execution.
open-gitagent/gitagentInstalar- gmail-email533
Send emails via Gmail SMTP using App Password authentication.
open-gitagent/gitagentInstalar Deep strategic research engine — decomposes questions into parallel research threads, spawns multiple agents, and synthesizes into actionable strategic analysis
huytieu/COG-second-brainInstalar- braindump532
Quick capture of raw thoughts with intelligent domain classification and competitive intelligence extraction
huytieu/COG-second-brainInstalar Deep-dive 7-day analysis across all data sources for weekly reviews, board prep, and strategic planning
huytieu/COG-second-brainInstalarCreate user stories with duplicate checking across any project tracker (Linear, GitHub Issues, Jira)
huytieu/COG-second-brainInstalar- daily-brief532
Generate personalized news intelligence with verified sources (7-day freshness requirement)
huytieu/COG-second-brainInstalar Audit and export open issues from any project tracker with summary analysis and vault archival
huytieu/COG-second-brainInstalar- generate-prd532
Generate product requirements documents with optional publishing to Confluence or other wiki platforms
huytieu/COG-second-brainInstalar Generate categorized release notes from any source (GitHub, Linear, Jira, or manual input) with optional publishing
huytieu/COG-second-brainInstalar