Skip to main content
ClaudeWave

Skills de Claude Code · página 118

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.

15.271 skillsinstalación en 1 comando
  1. 把已确认的公众号终稿 Markdown 排版并写入微信公众号草稿箱。用于用户说"发布到公众号、写入草稿箱、公众号排版、换个排版主题、发小绿书图片消息"等场景。自动上传封面与文内图片,支持多主题与自定义 CSS、多账号和 server 模式。只创建草稿不群发,凭据只通过环境变量提供,未安装适配工具时交付手动发布包。

  2. Install, instrument and verify this running web app from the inside (DOM, network, routing, console and framework state) instead of screenshots or guessing. Drives one real flow end to end and returns a verdict with the file:line to fix. Use when the user asks to set up or install Reticle, when a user-facing change needs proving before you call it done, when a test passes but the UI is broken, or when the user types /reticle.

  3. Test-driven development for behaviour a unit test cannot reach, by writing the expectation against the running app before writing the code. Declare the consequence first, watch it fail, implement, watch it pass. Use when building a user-facing feature, when the user asks for TDD on UI or full-stack work, when a unit test cannot express the outcome that matters, or when you want a red-green loop that runs against the real app instead of mocks.

  4. Sweep a whole running web app for what is broken, without writing a script or knowing the codebase. Clicks every reachable control and reports dead buttons, console errors, failed requests, and places where the API and the screen disagree. Use on an unfamiliar codebase, before a release, after a big merge or dependency bump, when the user asks for a smoke test or a health check, or when someone says "just check everything still works".

  5. Find out why something in a running web app does not work, when the console is empty and the code looks correct. Reads the click, the request, the store and the console together and returns the file:line to open. Use when a button does nothing, a form will not submit, data will not load, a page renders blank or stale, a modal will not close, or the user says "it's broken" and the code review says it is fine.

  6. Check that the UI you actually rendered uses the design system, by reading computed styles in the running app against the project's design tokens. Catches hardcoded hex colors, off-palette backgrounds, invisible or unusable controls, and animations that never ran. Use after building or restyling a component, when a design review is wanted, when a UI looks slightly off but nobody can say why, or when a design system exists and nothing checks whether the code follows it.

  7. Drive and verify an Electron or Tauri desktop app from the inside, including the main-process and Rust IPC calls a browser tool cannot see. Use when a desktop app needs testing, when a feature works in the browser but not in the packaged app, when an IPC or invoke call needs proving, when a desktop screenshot or visual diff is wanted, or when you need a headless run of a desktop UI in CI.

  8. Find out why the tests pass but the app is broken. Catches false greens: a green suite over a feature that does not work, a mocked API standing in for a real one, an assertion that holds no matter what the app does, a click handler wired to nothing. Use when the suite is green and the user says it is broken, when a test never fails, when coverage looks fine but bugs still ship, or before trusting a passing run you did not watch.

  9. Pick up the bugs a human flagged by pointing at them in the running app, each arriving with the element, the note they typed, and the source file and line. Use when the user says they marked or flagged something, when starting a session on an app someone has been clicking through, when a designer or PM has left feedback in the UI, or when the user describes a problem as "that button there" without saying which file.

  10. Verify that a web app change actually works by driving the running app from the inside (DOM, network, routing, console, framework state) instead of screenshots or guessing. Use after any user-facing change, when a fix is claimed but unproven, when a test passes but the UI is broken, or when you need a real verdict rather than "looks right". Also use to install and wire up Reticle in a project that does not have it yet.

  11. Turn a user journey you just clicked through into a saved regression check that re-runs deterministically, with no model in the loop and no test code to write. Use when you have driven the same flow twice, when the user wants regression coverage without a Playwright suite, when a refactor needs proving against every existing journey, or when re-verifying by hand is costing a full drive every time.

  12. Force the states a happy-path run never reaches (a failing API, an empty list, a slow request, a timeout, an expired session, a toast that auto-dismisses) and check the UI actually handles them. Use when error handling was written but never run, when a loading or empty state needs verifying, when a bug only happens on a slow connection, or when a timer, poll, debounce or retry needs testing without sleeping.

  13. Check that a change to a web app actually works in the running app before calling it done. Drives the real page and returns a pass/fail verdict with the request that fired, the state that moved, and the file:line to fix. Use after editing a component, a form, a route, or an API call; when you have said "fixed" but have not opened the app; when the user asks "does it actually work?"; or when a change looks right on screen and you cannot prove it.

  14. Install, instrument and verify a web app end to end without pausing for a human. Use in an autonomous or goal-mode agent, in CI, or in any client that asks for approval on every command: it never says "restart your client" or "open a browser", because it takes a route that needs neither. Prefer the normal install-and-verify skill when a human is present and can answer.

  15. Check Python logging levels and patterns for correctness. Focus on identifying wrong severity levels and missing exception handling. Use when reviewing code quality.

  16. Detect explicit user_id parameters in functions to identify potential opportunities for using ambient context. This is an investigation tool that flags instances for human review, not a prescriptive analyzer.

  17. Eliminate component hedging anti-patterns that mask infrastructure failures. Build systems that fail loudly when broken instead of limping along in degraded states. Critical for production reliability and operational visibility.

  18. DO NOT COMMIT unless user explicitly tells you to. Use this skill EVERY SINGLE TIME before creating a git commit. Provides mandatory commit message format, staging rules, and post-commit summary requirements for the MIRA project

  19. Conduct thorough dependency audits to identify redundant code, unused features, and improper usage patterns. Examines each import to ensure we're leveraging existing capabilities rather than reinventing functionality.

  20. Advanced LLM prompt engineering expertise for crafting highly effective prompts, system messages, and tool descriptions with Claude-specific techniques

  21. Write pytests that test real public interfaces with actual components, no mocking, and precise assertions. MIRA-specific patterns. Use when creating or reviewing tests.

  22. Plug-in web search, X (Twitter) search, and page fetch for models without native web access. Use whenever the task needs current information, external facts, source links, posts from X, or the content of a specific URL, and the active model/harness has no native search or fetch tool. Runs the modsearch CLI to return structured JSON evidence. Also use when the user asks how to install or configure modsearch, or wants to switch engines or add a key.

  23. >

  24. Search and analyze academic literature. Find papers, understand research methodologies, and synthesize academic findings for research projects.

  25. Multi-platform ad copy generation for Google Ads, Meta/Facebook, TikTok, LinkedIn with A/B testing variants

  26. Build AI agents with tools, memory, and multi-step reasoning - ChatGPT, Claude, Gemini integration patterns

  27. Generate complete presentations with AI - from outline to polished slides

  28. Airtable database automation - views, automations, integrations, and workflow triggers

  29. Automate Amazon seller operations including inventory, orders, pricing, and advertising management

  30. Create and trigger Apple Shortcuts for iOS/macOS automation and cross-platform workflows

  31. Screen job applications against requirements and score candidates

  32. Automate Asana project management workflows, task tracking, team collaboration, and reporting

  33. Batch convert documents between multiple formats using a unified pipeline

  34. Process multiple documents in bulk with parallel execution

  35. Create and maintain brand style guides for consistent visual identity

  36. Automate web browser interactions, scraping, testing, and workflow automation with Puppeteer/Playwright

  37. Google Calendar and Outlook automation - scheduling optimization, meeting workflows, time blocking, and Slack/Sheets integration

  38. Generate release notes from git commits, updates, or feature lists

  39. Design effective data visualizations and charts. Generate chart configurations for ECharts, Chart.js, and other libraries. Create dashboards and reports.

  40. Answer questions about PDF content, summarize, and extract information

  41. Automate ClickUp workspace management, task workflows, time tracking, and team productivity

  42. Conduct comprehensive company research and due diligence. Analyze business model, competitive landscape, management, and market position.

  43. Analyze competitors systematically. Compare products, features, pricing, positioning, and market strategies. Generate comprehensive competitive intelligence reports.

  44. Research topics and write content like blog posts, articles, and copy

  45. Analyze contracts for risks, check completeness, and provide actionable recommendations. Supports employment contracts, NDAs, service agreements, and more.

  46. >

  47. >

  48. CRM workflow automation for HubSpot, Salesforce, Pipedrive - lead management, deal tracking, and multi-CRM synchronization

  49. Analyze cryptocurrency projects with tokenomics, on-chain metrics, and market analysis. Generate comprehensive crypto research reports.

  50. Customer success management - onboarding, health scoring, QBRs, expansion playbooks, and retention strategies

  51. >

  52. Analyze spreadsheet data, generate insights, create visualizations, and build reports from Excel/CSV data.

  53. >

  54. Data pipeline and ETL automation - extract, transform, load workflows for data integration and analytics

  55. Automate database synchronization, replication, migration, and cross-platform data integration

  56. Build Discounted Cash Flow (DCF) valuation models. Calculate intrinsic value with customizable assumptions. Generate professional valuation reports.

  57. Conduct comprehensive research on any topic. Synthesize information from multiple angles, provide structured analysis, and generate detailed research reports.

  58. >

  59. DevOps and IT Ops automation - CI/CD, monitoring, incident management, and infrastructure workflows

  60. Create professional diagrams using Mermaid, PlantUML, and other text-based diagram tools. Generate flowcharts, sequence diagrams, architecture diagrams, and more.

  61. Discord bot development - community management, moderation, notifications, and AI integration

  62. >

  63. Chain document operations into reusable pipelines

  64. Automate document signing workflows, envelope management, and e-signature processes

  65. Create, edit, and manipulate Word documents programmatically using python-docx

  66. Automatically categorize emails by type, priority, and required action

  67. >

  68. Email marketing automation - campaign creation, sequence building, A/B testing, deliverability optimization, and analytics

  69. Design and automate Extract, Transform, Load data pipelines for data integration and analytics

  70. >

  71. >

  72. Automate expense tracking, receipt processing, approval workflows, and reimbursement management

  73. Automate Facebook and Instagram advertising campaigns, audience targeting, and performance optimization

  74. Organize and rename files based on content analysis

  75. Build integrated financial models with 3-statement projections. Create income statement, balance sheet, and cash flow models with proper linkages.

  76. Build interactive document forms and questionnaires using docassemble

  77. Automate Gmail with intelligent workflows - attachment management, email organization, auto-archiving, and Google Drive integration

  78. Google Ads campaign management - campaign setup, keyword research, bid optimization, and performance reporting

  79. Automate smart home devices and create intelligent home automation workflows with Home Assistant

  80. HR workflow automation - recruiting, onboarding, employee management, and offboarding processes

  81. >

  82. Convert HTML/Markdown to PowerPoint presentations using Marp

  83. Create effective AI image generation prompts for DALL-E, Midjourney, and Stable Diffusion. Generate prompts for various styles and use cases.

  84. Design infographic layouts and content structure. Plan visual storytelling with data, icons, and text hierarchy for impactful information design.

  85. Automate Intercom customer messaging, support workflows, user engagement, and product tours

  86. Write professional investment memorandums for VC, PE, or public market investments. Structure thesis, risks, and recommendations clearly.

  87. Automate invoice generation, sending, tracking, and payment reconciliation across accounting platforms

  88. Create professional invoices with proper formatting for freelancers and small businesses. Supports multiple currencies and tax calculations.

  89. Organize, categorize, and track invoices and receipts

  90. Generate professional PDF invoices from templates

  91. Automate Jira project management workflows, sprint planning, issue tracking, and reporting

  92. >

  93. >

  94. Score and qualify leads based on criteria and fit

  95. Research company and contact information for sales outreach

  96. Intelligent lead assignment and routing - AI-powered scoring, territory mapping, round-robin distribution, and workload balancing

  97. Automate Linear issue tracking, cycle planning, roadmap management, and engineering workflows