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.
把已确认的公众号终稿 Markdown 排版并写入微信公众号草稿箱。用于用户说"发布到公众号、写入草稿箱、公众号排版、换个排版主题、发小绿书图片消息"等场景。自动上传封面与文内图片,支持多主题与自定义 CSS、多账号和 server 模式。只创建草稿不群发,凭据只通过环境变量提供,未安装适配工具时交付手动发布包。
- SKILL479reticlehq/reticleInstalar
- reticle479
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.
reticlehq/reticleInstalar - agentic-tdd479
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.
reticlehq/reticleInstalar - audit-my-app479
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".
reticlehq/reticleInstalar 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.
reticlehq/reticleInstalarCheck 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.
reticlehq/reticleInstalarDrive 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.
reticlehq/reticleInstalarFind 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.
reticlehq/reticleInstalarPick 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.
reticlehq/reticleInstalarVerify 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.
reticlehq/reticleInstalarTurn 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.
reticlehq/reticleInstalarForce 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.
reticlehq/reticleInstalarCheck 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.
reticlehq/reticleInstalarInstall, 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.
reticlehq/reticleInstalarCheck Python logging levels and patterns for correctness. Focus on identifying wrong severity levels and missing exception handling. Use when reviewing code quality.
taylorsatula/mira-OSSInstalarDetect 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.
taylorsatula/mira-OSSInstalar- taylorsatula/mira-OSSInstalar
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.
taylorsatula/mira-OSSInstalar- Git Workflow478
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
taylorsatula/mira-OSSInstalar 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.
taylorsatula/mira-OSSInstalarAdvanced LLM prompt engineering expertise for crafting highly effective prompts, system messages, and tool descriptions with Claude-specific techniques
taylorsatula/mira-OSSInstalarWrite pytests that test real public interfaces with actual components, no mocking, and precise assertions. MIRA-specific patterns. Use when creating or reviewing tests.
taylorsatula/mira-OSSInstalar- tool-builder478taylorsatula/mira-OSSInstalar
- modsearch469
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.
liustack/modsearchInstalar - skill-name467
>
claude-office-skills/skillsInstalar Search and analyze academic literature. Find papers, understand research methodologies, and synthesize academic findings for research projects.
claude-office-skills/skillsInstalarMulti-platform ad copy generation for Google Ads, Meta/Facebook, TikTok, LinkedIn with A/B testing variants
claude-office-skills/skillsInstalarBuild AI agents with tools, memory, and multi-step reasoning - ChatGPT, Claude, Gemini integration patterns
claude-office-skills/skillsInstalar- ai-slides467
Generate complete presentations with AI - from outline to polished slides
claude-office-skills/skillsInstalar Airtable database automation - views, automations, integrations, and workflow triggers
claude-office-skills/skillsInstalarAutomate Amazon seller operations including inventory, orders, pricing, and advertising management
claude-office-skills/skillsInstalarCreate and trigger Apple Shortcuts for iOS/macOS automation and cross-platform workflows
claude-office-skills/skillsInstalarScreen job applications against requirements and score candidates
claude-office-skills/skillsInstalarAutomate Asana project management workflows, task tracking, team collaboration, and reporting
claude-office-skills/skillsInstalarBatch convert documents between multiple formats using a unified pipeline
claude-office-skills/skillsInstalarProcess multiple documents in bulk with parallel execution
claude-office-skills/skillsInstalarCreate and maintain brand style guides for consistent visual identity
claude-office-skills/skillsInstalarAutomate web browser interactions, scraping, testing, and workflow automation with Puppeteer/Playwright
claude-office-skills/skillsInstalarGoogle Calendar and Outlook automation - scheduling optimization, meeting workflows, time blocking, and Slack/Sheets integration
claude-office-skills/skillsInstalarGenerate release notes from git commits, updates, or feature lists
claude-office-skills/skillsInstalarDesign effective data visualizations and charts. Generate chart configurations for ECharts, Chart.js, and other libraries. Create dashboards and reports.
claude-office-skills/skillsInstalarAnswer questions about PDF content, summarize, and extract information
claude-office-skills/skillsInstalarAutomate ClickUp workspace management, task workflows, time tracking, and team productivity
claude-office-skills/skillsInstalarConduct comprehensive company research and due diligence. Analyze business model, competitive landscape, management, and market position.
claude-office-skills/skillsInstalarAnalyze competitors systematically. Compare products, features, pricing, positioning, and market strategies. Generate comprehensive competitive intelligence reports.
claude-office-skills/skillsInstalarResearch topics and write content like blog posts, articles, and copy
claude-office-skills/skillsInstalarAnalyze contracts for risks, check completeness, and provide actionable recommendations. Supports employment contracts, NDAs, service agreements, and more.
claude-office-skills/skillsInstalar>
claude-office-skills/skillsInstalar- cover-letter467
>
claude-office-skills/skillsInstalar CRM workflow automation for HubSpot, Salesforce, Pipedrive - lead management, deal tracking, and multi-CRM synchronization
claude-office-skills/skillsInstalarAnalyze cryptocurrency projects with tokenomics, on-chain metrics, and market analysis. Generate comprehensive crypto research reports.
claude-office-skills/skillsInstalarCustomer success management - onboarding, health scoring, QBRs, expansion playbooks, and retention strategies
claude-office-skills/skillsInstalar- cv-builder467
>
claude-office-skills/skillsInstalar Analyze spreadsheet data, generate insights, create visualizations, and build reports from Excel/CSV data.
claude-office-skills/skillsInstalar>
claude-office-skills/skillsInstalarData pipeline and ETL automation - extract, transform, load workflows for data integration and analytics
claude-office-skills/skillsInstalarAutomate database synchronization, replication, migration, and cross-platform data integration
claude-office-skills/skillsInstalarBuild Discounted Cash Flow (DCF) valuation models. Calculate intrinsic value with customizable assumptions. Generate professional valuation reports.
claude-office-skills/skillsInstalarConduct comprehensive research on any topic. Synthesize information from multiple angles, provide structured analysis, and generate detailed research reports.
claude-office-skills/skillsInstalar- dev-slides467
>
claude-office-skills/skillsInstalar DevOps and IT Ops automation - CI/CD, monitoring, incident management, and infrastructure workflows
claude-office-skills/skillsInstalarCreate professional diagrams using Mermaid, PlantUML, and other text-based diagram tools. Generate flowcharts, sequence diagrams, architecture diagrams, and more.
claude-office-skills/skillsInstalar- discord-bot467
Discord bot development - community management, moderation, notifications, and AI integration
claude-office-skills/skillsInstalar - doc-parser467
>
claude-office-skills/skillsInstalar - doc-pipeline467
Chain document operations into reusable pipelines
claude-office-skills/skillsInstalar Automate document signing workflows, envelope management, and e-signature processes
claude-office-skills/skillsInstalarCreate, edit, and manipulate Word documents programmatically using python-docx
claude-office-skills/skillsInstalarAutomatically categorize emails by type, priority, and required action
claude-office-skills/skillsInstalar>
claude-office-skills/skillsInstalarEmail marketing automation - campaign creation, sequence building, A/B testing, deliverability optimization, and analytics
claude-office-skills/skillsInstalar- ETL Pipeline467
Design and automate Extract, Transform, Load data pipelines for data integration and analytics
claude-office-skills/skillsInstalar >
claude-office-skills/skillsInstalar>
claude-office-skills/skillsInstalarAutomate expense tracking, receipt processing, approval workflows, and reimbursement management
claude-office-skills/skillsInstalarAutomate Facebook and Instagram advertising campaigns, audience targeting, and performance optimization
claude-office-skills/skillsInstalarOrganize and rename files based on content analysis
claude-office-skills/skillsInstalarBuild integrated financial models with 3-statement projections. Create income statement, balance sheet, and cash flow models with proper linkages.
claude-office-skills/skillsInstalar- form-builder467
Build interactive document forms and questionnaires using docassemble
claude-office-skills/skillsInstalar Automate Gmail with intelligent workflows - attachment management, email organization, auto-archiving, and Google Drive integration
claude-office-skills/skillsInstalarGoogle Ads campaign management - campaign setup, keyword research, bid optimization, and performance reporting
claude-office-skills/skillsInstalarAutomate smart home devices and create intelligent home automation workflows with Home Assistant
claude-office-skills/skillsInstalarHR workflow automation - recruiting, onboarding, employee management, and offboarding processes
claude-office-skills/skillsInstalar- html-slides467
>
claude-office-skills/skillsInstalar - html-to-ppt467
Convert HTML/Markdown to PowerPoint presentations using Marp
claude-office-skills/skillsInstalar Create effective AI image generation prompts for DALL-E, Midjourney, and Stable Diffusion. Generate prompts for various styles and use cases.
claude-office-skills/skillsInstalar- infographic467
Design infographic layouts and content structure. Plan visual storytelling with data, icons, and text hierarchy for impactful information design.
claude-office-skills/skillsInstalar Automate Intercom customer messaging, support workflows, user engagement, and product tours
claude-office-skills/skillsInstalarWrite professional investment memorandums for VC, PE, or public market investments. Structure thesis, risks, and recommendations clearly.
claude-office-skills/skillsInstalarAutomate invoice generation, sending, tracking, and payment reconciliation across accounting platforms
claude-office-skills/skillsInstalarCreate professional invoices with proper formatting for freelancers and small businesses. Supports multiple currencies and tax calculations.
claude-office-skills/skillsInstalarOrganize, categorize, and track invoices and receipts
claude-office-skills/skillsInstalarGenerate professional PDF invoices from templates
claude-office-skills/skillsInstalarAutomate Jira project management workflows, sprint planning, issue tracking, and reporting
claude-office-skills/skillsInstalar>
claude-office-skills/skillsInstalar>
claude-office-skills/skillsInstalarScore and qualify leads based on criteria and fit
claude-office-skills/skillsInstalarResearch company and contact information for sales outreach
claude-office-skills/skillsInstalar- lead-routing467
Intelligent lead assignment and routing - AI-powered scoring, territory mapping, round-robin distribution, and workload balancing
claude-office-skills/skillsInstalar Automate Linear issue tracking, cycle planning, roadmap management, and engineering workflows
claude-office-skills/skillsInstalar