Skills de Claude Code · página 24
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.
- voiceover-studio4.1k
Generate narration, product voiceover, IVR prompts, podcast reads, or short-video VOICEOVER audio through OpenSquilla audio tools. Use when the user asks for TTS, 配音, 旁白, 口播, audio narration, or wants script text turned into a playable audio artifact.
opensquilla/opensquillaInstalar - weather4.1k
Get current weather and forecasts via wttr.in or Open-Meteo. Use when: user asks about weather, temperature, or forecasts for any location. NOT for: historical weather data, severe weather alerts, or detailed meteorological analysis. No API key needed.
opensquilla/opensquillaInstalar - xlsx4.1k
Read, edit, or create Microsoft Excel `.xlsx` workbooks. Trigger this skill whenever the user mentions a spreadsheet, .xlsx file, workbook, sheet, formula, pivot table, or asks to extract tabular data, modify a sheet, or build a workbook from rows. Three execution paths: structured inspection, in-place cell edits, and create-from-scratch via openpyxl. Values starting with `=` are written as formulas; everything else is a literal value with type preserved (int / float / str / datetime).
opensquilla/opensquillaInstalar Fetch the day's top arXiv submissions in a chosen category, write a structured per-paper digest, render the digest as a PPTX deck (one slide per paper), and persist the digest to long-term memory. Use for a daily 'arxiv morning briefing' — manual fire or cron-scheduled.
opensquilla/opensquillaInstalarRead the current uncommitted diff, run three independent reviewers (safety + tests-coverage + style) in parallel, then arbitrate a single BLOCK / BLOCK_WITH_OVERRIDE / PASS_WITH_NOTES verdict. Use before commit when you want a multi-perspective second-opinion instead of a single-reviewer agent loop.
opensquilla/opensquillaInstalarAuditable compliance bundle: deep-research with citations → signable .docx report → read-only PDF archive → memory note of audit findings.
opensquilla/opensquillaInstalarUse this meta-skill instead of answering directly when the user wants to turn an idea, research, notes, talk, or document into publishable blog, social, Xiaohongshu, Zhihu, slide, newsletter, or short-video content through multi-skill orchestration.
opensquilla/opensquillaInstalarScan a target codebase path, classify the most informative diagram kind, then render it as BOTH a PlantUML source file AND a draw.io XML in parallel, and compose them into a single architecture doc. Use when writing an RFC or onboarding doc and you want a text-friendly (PlantUML) and an editable (drawio) view of the same architecture.
opensquilla/opensquillaInstalarInspect the user's open GitHub PRs / failing CI / new issues via `gh`, summarize into 3 buckets (to-review / awaiting-me / CI-red), and persist follow-ups to memory.
opensquilla/opensquillaInstalarUse this meta-skill instead of answering directly when the user needs help with home, small-team, laptop, browser, printer, Docker, Git, network, UI, or deployment troubleshooting that benefits from multi-skill orchestration across symptom intake, environment capture, web lookup, and repair planning.
opensquilla/opensquillaInstalar[DEPRECATED] Issue-to-PR autopilot — opens a PR via `gh`, runs a sub-agent fix loop, and writes to git. Disabled pending the E5 bounded sub-agent contract + side-effect ledger (plan §3.1 A8 / §5.3 E4): no risk metadata enforcement, no per-step budget, no rollback path. Do not re-enable without `metadata.opensquilla.risk: high` + capabilities {vcs, filesystem-write, network-write, subprocess} and a saga-style compensation step.
opensquilla/opensquillaInstalarBootstrap a domain knowledge base from a single seed (URL / PDF path / git repo / free-text topic): classify source → ingest with the right tool → persist to memory + xlsx index.
opensquilla/opensquillaInstalar[DEPRECATED] Build watchdog — launches arbitrary commands from the user message in tmux and lets sub-agent auto-apply a fix. Disabled pending the E5 bounded sub-agent contract + Jinja sandbox + side-effect ledger (plan §3.1 A1/A8 / §5.3 E4): the launch task interpolates raw user_message into a shell-bound tmux session and the heal step lets sub-agent mutate state with no rollback. Do not re-enable without `metadata.opensquilla.risk: high` + capabilities {shell, tmux, filesystem-write, subprocess} and a saga-style compensation step.
opensquilla/opensquillaInstalarUse this meta-skill instead of answering directly when the user has meeting notes, transcripts, recordings, or rough discussion notes and wants them converted into decisions, owners, follow-ups, tasks, issues, or shareable minutes through multi-skill orchestration.
opensquilla/opensquillaInstalarUse this meta-skill instead of answering directly when the user needs a concrete migration plan that benefits from multi-skill orchestration across migration classification, authoritative guide lookup, optional repo diff inspection, and step-by-step validation planning.
opensquilla/opensquillaInstalarFrom one piece of source content, render four deliverables: .docx report, .pptx slides, .xlsx data, and an HTML/PDF public version.
opensquilla/opensquillaInstalarUse this meta-skill instead of answering directly when the user needs PDF analysis, pasted PDF excerpt analysis, digesting, comparison, or question answering that benefits from multi-skill orchestration across PDF extraction, summarization, cross-document synthesis, traceable evidence indexing, and memory capture.
opensquilla/opensquillaInstalarModernize a legacy PDF: structural extraction → natural-language rewrite of problem pages → audit summary → re-merge into the final PDF.
opensquilla/opensquillaInstalarRun three quality gates (ruff + mypy + pytest) in parallel over the staged diff, then arbitrate a single BLOCK/APPROVE verdict. Use before committing changes locally when you want a comprehensive pre-commit gate beyond per-file linting — exactly the same gate set CI enforces.
opensquilla/opensquillaInstalarUse this meta-skill instead of answering directly when the user needs a researched presentation, leadership briefing, competitive analysis deck, or source-backed slide outline that benefits from multi-skill orchestration across search, source curation, synthesis, slides, and document export.
opensquilla/opensquillaInstalarUse this meta-skill instead of answering directly when the user wants account research, lead qualification, company/person briefing, outreach prep, or a sales call brief that benefits from multi-skill orchestration across web research, browser/source review, CRM-style notes, and email drafting.
opensquilla/opensquillaInstalarCompose a morning digest combining local weather, news for the user's interest topic, a structured summary, and a memory note.
opensquilla/opensquillaInstalarCompose three independent security gates over a candidate operation — policy/governance review, secret/credential scan, and audit-log emit — then arbitrate the verdicts with a strict priority rule (governance DENY > scanner WARN > ALLOW). Use when reviewing a proposed code change, script, or environment manipulation for safety.
opensquilla/opensquillaInstalarExtract and analyze writing improvements from GitHub PR review comments. Use when asked to show review feedback, style changes, or editorial improvements from a GitHub pull request URL. Handles both explicit suggestions and plain text feedback. Produces structured output comparing original phrasing with reviewer suggestions to help refine future writing.
evalstate/fast-agentInstalarInvestigate fast-agent session and history files to diagnose issues. Use when a session ended unexpectedly, when debugging tool loops, when correlating sub-agent traces with main sessions, or when analyzing conversation flow and timing. Covers session.json metadata, history JSON format, message structure, tool call/result correlation, and common failure patterns.
evalstate/fast-agentInstalar|
parcadei/Continuous-Claude-v3InstalarAgent Context Isolation
parcadei/Continuous-Claude-v3InstalarAgent Orchestration Rules
parcadei/Continuous-Claude-v3Instalar- agentic-workflow3.8k
Agentic Workflow Pattern
parcadei/Continuous-Claude-v3Instalar Guide for integrating Agentica SDK with Claude Code CLI proxy
parcadei/Continuous-Claude-v3InstalarReference guide for Agentica multi-agent infrastructure APIs
parcadei/Continuous-Claude-v3Instalar- agentica-prompts3.8k
Write reliable prompts for Agentica/REPL agents that avoid LLM instruction ambiguity
parcadei/Continuous-Claude-v3Instalar - agentica-sdk3.8k
Build Python agents with Agentica SDK - @agentic decorator, spawn(), persistence, MCP integration
parcadei/Continuous-Claude-v3Instalar - agentica-server3.8k
Agentica server + Claude proxy setup - architecture, startup sequence, debugging
parcadei/Continuous-Claude-v3Instalar - agentica-spawn3.8k
Spawn Agentica multi-agent patterns
parcadei/Continuous-Claude-v3Instalar Async REPL Protocol
parcadei/Continuous-Claude-v3Instalar- leann-search3.8k
Semantic search across codebase using LEANN vector index
parcadei/Continuous-Claude-v3Instalar Router-First Architecture
parcadei/Continuous-Claude-v3Instalar- search-hierarchy3.8k
Search Tool Hierarchy
parcadei/Continuous-Claude-v3Instalar - search-tools3.8k
Search Tool Hierarchy
parcadei/Continuous-Claude-v3Instalar - ast-grep-find3.8k
AST-based code search and refactoring via ast-grep MCP
parcadei/Continuous-Claude-v3Instalar Background Agent Pings
parcadei/Continuous-Claude-v3InstalarAnalyze Claude Code sessions via Braintrust
parcadei/Continuous-Claude-v3InstalarBraintrust tracing for Claude Code - hook architecture, sub-agent correlation, debugging
parcadei/Continuous-Claude-v3Instalar- build3.8k
Workflow orchestrator that chains existing skills for feature development
parcadei/Continuous-Claude-v3Instalar - cli-reference3.8k
Claude Code CLI commands, flags, headless mode, and automation patterns
parcadei/Continuous-Claude-v3Instalar - commit3.8k
Create git commits with user approval and no Claude attribution
parcadei/Continuous-Claude-v3Instalar - complete-skill3.8k
A complete skill for E2E testing
parcadei/Continuous-Claude-v3Instalar - completion-check3.8k
Completion Check: Verify Infrastructure Is Wired
parcadei/Continuous-Claude-v3Instalar Transform session learnings into permanent capabilities (skills, rules, agents). Use when asked to "improve setup", "learn from sessions", "compound learnings", or "what patterns should become skills".
parcadei/Continuous-Claude-v3InstalarCreate or update continuity ledger for state preservation across clears
parcadei/Continuous-Claude-v3Instalar- create-handoff3.8k
Create handoff document for transferring work to another session
parcadei/Continuous-Claude-v3Instalar - dead-code3.8k
Find unused functions and dead code in the codebase
parcadei/Continuous-Claude-v3Instalar - debug-hooks3.8k
Systematic hook debugging workflow. Use when hooks aren't firing, producing wrong output, or behaving unexpectedly.
parcadei/Continuous-Claude-v3Instalar - debug3.8k
Debug issues by investigating logs, database state, and git history
parcadei/Continuous-Claude-v3Instalar - describe-pr3.8k
Generate comprehensive PR descriptions following repository templates
parcadei/Continuous-Claude-v3Instalar Deep interview process to transform vague ideas into detailed specs. Works for technical and non-technical users.
parcadei/Continuous-Claude-v3InstalarEnvironment Triage
parcadei/Continuous-Claude-v3InstalarExplicit Identity Across Boundaries
parcadei/Continuous-Claude-v3Instalar- explore3.8k
Meta-skill for internal codebase exploration at varying depths (quick/deep/architecture)
parcadei/Continuous-Claude-v3Instalar - firecrawl-scrape3.8k
Scrape web pages and extract content via Firecrawl MCP
parcadei/Continuous-Claude-v3Instalar - fix3.8k
Meta-skill workflow orchestrator for bug investigation and resolution. Routes to debug, implement, test, and commit based on scope.
parcadei/Continuous-Claude-v3Instalar - git-commits3.8k
Git Commit Rules
parcadei/Continuous-Claude-v3Instalar - github-search3.8k
Search GitHub code, repositories, issues, and PRs via MCP
parcadei/Continuous-Claude-v3Instalar Graceful Degradation with Helpful Messages
parcadei/Continuous-Claude-v3Instalar- help3.8k
Interactive workspace discovery - learn what tools, workflows, agents, and hooks are available
parcadei/Continuous-Claude-v3Instalar - hook-developer3.8k
Complete Claude Code hooks reference - input/output schemas, registration, testing patterns
parcadei/Continuous-Claude-v3Instalar - hooks3.8k
Hook Development Rules
parcadei/Continuous-Claude-v3Instalar Idempotent Redundancy
parcadei/Continuous-Claude-v3Instalar- implement_plan3.8k
Implement technical plans from thoughts/shared/plans with verification
parcadei/Continuous-Claude-v3Instalar Implement technical plans from thoughts/shared/plans with verification
parcadei/Continuous-Claude-v3Instalar- implement_task3.8k
Implementation agent that executes a single task and creates handoff on completion
parcadei/Continuous-Claude-v3Instalar - ai-assistant3.8k
Streaming chat assistant with conversation memory. Use as a general-purpose assistant for multi-turn conversations where streaming output and context retention matter.
Atmosphere/atmosphereInstalar - billing-agent3.8k
Billing specialist for invoices, payments, refunds, and plan changes. Use when customers ask about charges, billing inquiries, or subscription management; typically reached via handoff from the support agent.
Atmosphere/atmosphereInstalar - classroom3.8k
Multi-room AI classroom where all students see AI responses simultaneously, with per-room subject focus (math, science, code, general). Use for shared-broadcast educational settings.
Atmosphere/atmosphereInstalar - dentist-agent3.8k
Emergency dental assistant (Dr. Molar) for triage, first aid, and severity classification of broken/chipped/cracked teeth, delivered over web, Slack, or Telegram. Use for non-diagnostic dental guidance only.
Atmosphere/atmosphereInstalar - finance-agent3.8k
Financial analyst for startup economics — TAM/SAM/SOM, revenue projections, burn rate, runway, and break-even. Use when building financial models or evaluating investment cases.
Atmosphere/atmosphereInstalar - koog-assistant3.8k
Concise general-purpose assistant powered by JetBrains Koog. Use when a brief, focused answer is preferable to long-form output.
Atmosphere/atmosphereInstalar - llm-judge3.8k
AI quality judge that scores agent responses 0-10 across helpfulness, accuracy, completeness, and clarity. Use when evaluating multi-agent output or implementing LLM-as-judge quality gates.
Atmosphere/atmosphereInstalar Expert analyst persona used by the MCP analyze-topic tool to produce structured topic analyses. Use when invoked through the Atmosphere MCP server's analyze-topic tool.
Atmosphere/atmosphereInstalar- mcp-chat-summary3.8k
Chat moderator that summarizes ongoing conversations. Use when invoked through the Atmosphere MCP server's chat-summary tool.
Atmosphere/atmosphereInstalar - rag-assistant3.8k
Knowledge base assistant that retrieves and cites documents from a curated index. Use when answering questions that must be grounded in specific source material with citations.
Atmosphere/atmosphereInstalar - research-agent3.8k
Market research specialist that searches the web for market data, competitor intelligence, and industry reports, with curated fallback data when offline. Use when gathering external evidence for strategic decisions.
Atmosphere/atmosphereInstalar - startup-ceo3.8k
CEO coordinator that dispatches research, strategy, finance, and writer specialists via A2A and synthesizes their findings into a GO/NO-GO investment briefing. Use for multi-agent advisory workflows.
Atmosphere/atmosphereInstalar - strategy-agent3.8k
Market strategy analyst performing SWOT, competitive positioning, market-timing assessment, and go-to-market recommendations from research findings. Use after the research-agent has produced market data.
Atmosphere/atmosphereInstalar - support-agent3.8k
Front-line support desk for account questions, technical troubleshooting, and general inquiries. Use as the default customer entry point; routes billing questions to the billing-agent via handoff.
Atmosphere/atmosphereInstalar - tool-assistant3.8k
Tool-calling assistant with backend functions for time, city time, weather, and temperature conversion, plus cost metering and approval workflows. Use when a question needs real-time data via tool calls.
Atmosphere/atmosphereInstalar - writer-agent3.8k
Business writer that synthesizes research, strategy, and financial findings into executive briefings and reports. Use after upstream specialist agents have produced their data.
Atmosphere/atmosphereInstalar - openwhispr-api3.7k
Use this skill when building integrations with the OpenWhispr REST API, calling OpenWhispr endpoints, managing notes/folders/transcriptions programmatically, or connecting to the OpenWhispr MCP server. Covers authentication, all V1 endpoints, pagination, rate limits, error handling, and the remote MCP server.
OpenWhispr/openwhisprInstalar - openwhispr-cli3.7k
Use this skill whenever the user wants to operate on OpenWhispr notes, folders, transcriptions, or audio from a terminal or shell. The OpenWhispr CLI (`openwhispr` binary, npm package `@openwhispr/cli`) talks to either the local desktop app or the cloud API and exposes every operation needed for managing notes, folders, transcriptions, audio, plus auth and config. Trigger this skill when the user mentions "openwhispr cli", running shell commands against OpenWhispr, automating note workflows, cleaning up a transcription, building agent integrations against OpenWhispr, or scripting any OpenWhispr operation — even if they don't say "CLI" explicitly.
OpenWhispr/openwhisprInstalar Use Nate Jones OB1 Agent Memory from OpenClaw with provenance, scope, review, and use-policy discipline.
NateBJones-Projects/OB1Instalar- aiception3.7k
Continuous learning system that extracts reusable knowledge from work sessions. Triggers: (1) /aiception command, (2) 'save this as a skill' or 'extract a skill from this', (3) 'what did we learn?', (4) after non-obvious debugging or trial-and-error discovery. Creates new skills when valuable reusable knowledge is identified. Integrates with Open Brain to prevent duplicates.
NateBJones-Projects/OB1Instalar - daily-digest3.7k
Morning digest of yesterday's Open Brain thoughts, drafted to Gmail
NateBJones-Projects/OB1Instalar Generate infographic images from any research doc, Open Brain thoughts, or analysis. Auto-chunks content, writes prompts, generates images via Gemini API (free tier), and saves to media/. Use --premium for better text rendering.
NateBJones-Projects/OB1Instalar- life-engine3.7kNateBJones-Projects/OB1Instalar
- live-retrieval3.7k
|
NateBJones-Projects/OB1Instalar - panning-for-gold3.7k
Use when processing voice transcripts, brain dumps, stream-of-consciousness notes, or any raw multi-topic capture. Extracts every idea thread, then evaluates each one with deep brainstorming, then captures results to Open Brain. Trigger on transcripts, exports, "process this", "pan for gold", "brain dump", "what did I say", or multi-topic markdown files.
NateBJones-Projects/OB1Instalar - skill-name3.7k
|
NateBJones-Projects/OB1Instalar - auto-capture3.7k
|
NateBJones-Projects/OB1Instalar |
NateBJones-Projects/OB1Instalar