Productivity

softaworks/domain-name-brainstormer

github.com

Generates creative domain name ideas for your project and checks availability across multiple TLDs (.com, .io, .dev, .ai, etc.). Saves hours of brainstorming and manual checking.

$ npx skills add softaworks/agent-toolkit
Ver habilidad

softaworks/openapi-to-typescript

github.com

Converts OpenAPI 3.0 JSON/YAML to TypeScript interfaces and type guards. This skill should be used when the user asks to generate types from OpenAPI, convert schema to TS, create API interfaces, or generate TypeScript types from an API specification.

$ npx skills add softaworks/agent-toolkit
Ver habilidad

claude-office-skills/office-mcp

304github.com

MCP server with 39 tools for Word, Excel, PowerPoint, PDF, OCR operations

$ npx skills add claude-office-skills/skills
Ver habilidad

softaworks/command-creator

github.com

This skill should be used when creating a Claude Code slash command. Use when users ask to "create a command", "make a slash command", "add a command", or want to document a workflow as a reusable command. Essential for creating optimized, agent-executable slash commands with proper structure and best practices.

$ npx skills add softaworks/agent-toolkit
Ver habilidad

softaworks/dependency-updater

github.com

Smart dependency management for any language. Auto-detects project type, applies safe updates automatically, prompts for major versions, diagnoses and fixes dependency issues.

$ npx skills add softaworks/agent-toolkit
Ver habilidad

softaworks/session-handoff

github.com

Creates comprehensive handoff documents for seamless AI agent session transfers. Triggered when: (1) user requests handoff/memory/context save, (2) context window approaches capacity, (3) major task milestone completed, (4) work session ending, (5) user says 'save state', 'create handoff', 'I need to pause', 'context is getting full', (6) resuming work with 'load handoff', 'resume from', 'continue where we left off'. Proactively suggests handoffs after substantial work (multiple file edits, complex debugging, architecture decisions). Solves long-running agent context exhaustion by enabling fresh agents to continue with zero ambiguity.

$ npx skills add softaworks/agent-toolkit
Ver habilidad

cloudflare/building-ai-agent-on-cloudflare

1.9kgithub.com

Builds AI agents on Cloudflare using the Agents SDK with state management, real-time WebSockets, scheduled tasks, tool integration, and chat capabilities. Generates production-ready agent code deployed to Workers. Use when: user wants to "build an agent", "AI agent", "chat agent", "stateful agent", mentions "Agents SDK", needs "real-time AI", "WebSocket AI", or asks about agent "state management", "scheduled tasks", or "tool calling". Biases towards retrieval from Cloudflare docs over pre-trained knowledge.

$ npx skills add cloudflare/skills
Ver habilidad

deckardger/tanstack-router-best-practices

github.com

TanStack Router best practices for type-safe routing, data loading, search params, and navigation. Activate when building React applications with complex routing needs.

$ npx skills add deckardger/tanstack-agent-skills
Ver habilidad

softaworks/agent-md-refactor

github.com

Refactor bloated AGENTS.md, CLAUDE.md, or similar agent instruction files to follow progressive disclosure principles. Splits monolithic files into organized, linked documentation.

$ npx skills add softaworks/agent-toolkit
Ver habilidad

affaan-m/dmux-workflows

230.4kgithub.com

Multi-agent orchestration using dmux (tmux pane manager for AI agents). Patterns for parallel agent workflows across Claude Code, Codex, OpenCode, and other harnesses. Use when running multiple agent sessions in parallel or coordinating multi-agent development workflows.

$ npx skills add affaan-m/everything-claude-code
Ver habilidad

affaan-m/team-builder

230.4kgithub.com

Interactive agent picker for composing and dispatching parallel teams

$ npx skills add affaan-m/everything-claude-code
Ver habilidad

addyosmani/deprecation-and-migration

78.8kgithub.com

Manages deprecation and migration. Use when removing old systems, APIs, or features. Use when migrating users from one implementation to another. Use when deciding whether to maintain or sunset existing code.

$ npx skills add addyosmani/agent-skills
Ver habilidad

claude-office-skills/calendar-automation

304github.com

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

$ npx skills add claude-office-skills/skills
Ver habilidad

affaan-m/context-budget

230.4kgithub.com

Audits Claude Code context window consumption across agents, skills, MCP servers, and rules. Identifies bloat, redundant components, and produces prioritized token-savings recommendations.

$ npx skills add affaan-m/everything-claude-code
Ver habilidad

affaan-m/claude-devfleet

230.4kgithub.com

Orchestrate multi-agent coding tasks via Claude DevFleet — plan projects, dispatch parallel agents in isolated worktrees, monitor progress, and read structured reports.

$ npx skills add affaan-m/everything-claude-code
Ver habilidad

addyosmani/shipping-and-launch

78.8kgithub.com

Prepares production launches. Use when preparing to deploy to production. Use when you need a pre-launch checklist, when setting up monitoring, when planning a staged rollout, or when you need a rollback strategy.

$ npx skills add addyosmani/agent-skills
Ver habilidad

czlonkowski/n8n-code-javascript

github.com

Write JavaScript code in n8n Code nodes. Use when writing JavaScript in n8n, using $input/$json/$node syntax, making HTTP requests with this.helpers / the $helpers global, working with dates using DateTime, troubleshooting Code node errors, choosing between Code node modes, or doing any custom data transformation in n8n. Always use this skill when a workflow needs a Code node — whether for data aggregation, filtering, API calls, format conversion, batch processing logic, or any custom JavaScript. Covers SplitInBatches loop patterns, cross-iteration data, pairedItem, and real-world production patterns. Also use when asked why a Code node or workflow is slow, which execution mode is faster, or how to cut per-item overhead on large datasets. EXCEPTION — for the AI-agent-callable Custom Code Tool (@n8n/n8n-nodes-langchain.toolCode, a tool attached to an AI Agent), use the n8n-code-tool skill instead; it has a different runtime contract.

$ npx skills add czlonkowski/n8n-skills
Ver habilidad

chromedevtools/chrome-devtools

github.com

Uses Chrome DevTools via MCP for efficient debugging, troubleshooting and browser automation. Use when debugging web pages, automating browser interactions, analyzing performance, or inspecting network requests. This skill does not apply to `--slim` mode (MCP configuration).

$ npx skills add chromedevtools/chrome-devtools-mcp
Ver habilidad

affaan-m/agent-eval

230.4kgithub.com

Head-to-head comparison of coding agents (Claude Code, Aider, Codex, etc.) on custom tasks with pass rate, cost, time, and consistency metrics

$ npx skills add affaan-m/everything-claude-code
Ver habilidad

affaan-m/mcp-server-patterns

230.4kgithub.com

Build MCP servers with Node/TypeScript SDK — tools, resources, prompts, Zod validation, stdio vs Streamable HTTP. Use Context7 or official MCP docs for latest API.

$ npx skills add affaan-m/everything-claude-code
Ver habilidad

github/flowstudio-power-automate-mcp

36.7kgithub.com

Foundation skill for Power Automate via FlowStudio MCP — auth setup, the reusable MCP helper (Python + Node.js), tool discovery via `list_skills` / `tool_search`, and oversized-response handling. Load this skill first when connecting an agent to Power Automate. For specialized workflows, load `flowstudio-power-automate-build`, `flowstudio-power-automate-debug`, `flowstudio-power-automate-monitoring` (Pro+), or `flowstudio-power-automate-governance` (Pro+) — each contains the workflow narrative, this skill provides the plumbing they all rely on. Requires a FlowStudio MCP subscription or compatible server — see https://mcp.flowstudio.app

$ npx skills add github/awesome-copilot
Ver habilidad

remorses/playwriter

github.com

Control the user own Chrome browser via Playwriter extension with Playwright code snippets in a stateful local js sandbox. Use this over other Playwright MCPs to automate the browser — it connects to the user's existing Chrome instead of launching a new one. Use this cli for navigating JS-heavy websites (Instagram, Twitter, cookie/login walls, lazy-loaded UIs) instead of webfetch/curl. ALWAYS load this skill before using any playwriter commands

$ npx skills add remorses/playwriter
Ver habilidad

affaan-m/documentation-lookup

230.4kgithub.com

Use up-to-date library and framework docs via Context7 MCP instead of training data. Activates for setup questions, API references, code examples, or when the user names a framework (e.g. React, Next.js, Prisma).

$ npx skills add affaan-m/everything-claude-code
Ver habilidad

softaworks/humanizer

github.com

Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases. Credits: Original skill by @blader - https://github.com/blader/humanizer

$ npx skills add softaworks/agent-toolkit
Ver habilidad