Claude Code Skills·Claude Skills·The open SKILL.md registry for Claude
ClaudSkillsGeneral › AI Tooling › Page 31

AI Tooling (Page 31 of 37)

2210 Claude Code skills in the AI Tooling sub-category of General.

2,210 skills · updated 2026-06-05 · showing 1801–1860 of 2,210 by quality score

For the full experience including quality scoring and one-click install features for each skill — upgrade to Pro.

Audit agent code, prompts, and MCP configuration for prompt-injection surfaces, taint issues, and unsafe tool exposure before shipping.
Arbeitsvertrag aus lohnrelevanter Sicht prüfen. Anwendungsfall Onboarding neuer AN Vertragsaenderungen Stundenlohn Festgehalt Sonderverguetungen Sachbezuege Dienstwagen JobRad bAV…
Steel Browser is an open-source browser API that provides a batteries-included browser sandbox for AI agents and applications.
Self-knowledge about stella, the self-hosted AI assistant. Use when the user asks about stella itself: configuration, setup, onboarding, providers, models, agents, channels…
Creates a new Stitch project container (a design workspace). Call this when starting a new design session to get a projectId for screen generation.
Permanently deletes a Stitch project and all its screens. Destructive — requires explicit user confirmation before calling.
Edits existing Stitch screens with text prompts — the iteration tool. Change colors, layout, content, or style without regenerating from scratch.
Generates design variants of existing Stitch screens using the native variant API. Explore alternative layouts, color schemes, fonts, or content with configurable creativity…
Retrieves metadata for a specific Stitch project — title, theme, create/update time. Use to inspect a project before generating new screens.
Retrieves full details of a specific Stitch screen — HTML download URL, screenshot URL, dimensions. This is the final step in design retrieval before code conversion.
Lists all Stitch projects accessible to the user. Use this to find an existing project ID before resuming work or generating new screens in an existing project.
Lists all screens in a Stitch project. Use this after generate_screen_from_text to find the screenId of the newly generated screen, then call stitch-mcp-get-screen to retrieve it.
Uploads screenshots or mockup images into a Stitch project as new screens. Enables the "redesign from screenshot" workflow — import existing UI and then edit or convert.
Generates walkthrough videos from Stitch projects using Remotion. Downloads screenshots from Stitch screens, builds a Remotion composition with transitions and text overlays, and…
Builds Stitch-ready prompts via two paths — Path A enhances vague ideas into polished prompts, Path B merges a Design Spec JSON + user request into a structured [Context] [Layout]…
Prüft Strafantrag, Fristen, Antragsberechtigung, öffentliches Interesse, Privatklage, Einstellungsmöglichkeiten, Anhörung als Beschuldigter und taktische Reaktion bei Ehrdelikten.
Stream-JSON chaining for multi-agent pipelines, data transformation, and sequential workflows — from Progery222/atome-studio
Stream-JSON chaining for multi-agent pipelines, data transformation, and sequential workflows — from bg-szy/TOP-SKILLS
Describes the sub-agent pipeline: task-decomposer breaks a task into subtasks, task-worker implements them, work-reviewer checks the result; on issues feedback goes back to the…
Manages parent/child agent relationships with task delegation and result aggregation. Supports sequential chains, parallel fans, conditional routing, retry logic, timeout…
Pattern for progressively refining context retrieval in multi-agent workflows — avoids context-overflow failures when subagents cannot predict what context they need upfront.
Запуск нескольких субагентов параллельно с автоматической сборкой результатов в единый отчёт. Используй для независимых задач которые можно выполнить одновременно.
Guide for creating AI subagents with isolated context for complex multi-step workflows. Use when users want to create a subagent, specialized agent, verifier, debugger, or…
Conception de systèmes de délégation parent-agent → sous-agents avec dispatch intelligent, suivi des tâches et agrégation des résultats.
Use when orchestrating multiple subagents with dependencies between them, running agents in parallel, or managing complex multi-agent workflows.
Use when executing implementation plans with independent tasks via subagent dispatch and two-stage review
Execute plans using fresh subagent per task with code review between tasks. Use for high-quality iterative implementation.
Dispatch fresh subagents per task with typed artifact handoff and two-stage review.
Execute implementation plan by dispatching fresh subagent for each task, with code review between tasks
Use when executing implementation plans with independent tasks in the current session — from bg-szy/TOP-SKILLS
Use when executing implementation plans with independent tasks in the current session. Dispatches fresh subagent for each task with code review between tasks.
Use when executing implementation plans with independent tasks in the current session - dispatches fresh subagent for each task with code review between tasks, enabling f — from…
Workflow for passing environment variables (like PATH) from the Orchestrator to subagents. Use when spawning subagents that need specific environment variables.
Create specialized Claude Code agents on-the-fly. Guides through agent definition file creation with proper frontmatter, effective prompts, and tool scoping.
Translate a streaming subagent run into task progress, analytics, and notifications while keeping partial results and cleanup tidy.
Fresh subagents per task with two-stage reviews. Trigger: When coordinating parallel agents for complex workflows.
Orchestrate subagent workflows for complex tasks that benefit from decomposition, role-based delegation, and parallel execution.
Produce a comprehensive prompt that hands off the current session's work to a fresh session for sub-agent-orchestrated execution.
Автоматический запуск и управление субагентами для параллельной обработки задач. Разбивает большие задачи на подзадачи, запускает субагенты параллельно, собирает результаты.
Coordinate multiple subagents through dependency-aware waves, stage handoffs, monitoring, and verification loops. Use when the work is too large or too mixed for a single agent.
Substitution Rabattvertrag Aut-idem: prüft die einschlägigen Voraussetzungen, Dokumente, Risiken und Ausnahmen.
Weekly meta-review that orchestrates /weekly + /patterns + vault-hygiene + claude-md-drift + decision-retrospective in one flow.
Use when executing implementation plans with independent tasks in the current session — from steph-frtech/cdesign-expo
Use Cmux to run multiple AI coding-agent terminal sessions with visible notifications, scriptable panes, an in-app browser, and project-aware workspaces.
Construction d'agents superviseurs qui contrôlent, monitent et corrigent des sous-agents en temps réel.
SurrealMCP -- Model Context Protocol server for SurrealDB. Lets MCP-compatible LLM hosts (Claude Code/Desktop, Cursor, Codex, OpenCode, Amp, Continue, Windsurf) read and write a…
Read-only audit agent for Swedish financial reporting (årsredovisning). Sweeps gnubok for K2/K3 uppställningsform correctness, noter requirements, förvaltningsberättelse…
Initialize a multi-agent swarm with anti-drift configuration
Federated Swarm Intelligence for collective learning across Artibot instances. Shares anonymized learning patterns (tool success rates, team compositions, workflow effectiveness)…
Multi-agent coordination, critical path method, dependency DAG, and agent allocation optimization
Orchestrate multi-agent swarms with agentic-flow for parallel task execution, dynamic topology, and intelligent coordination.
Orchestrate multi-agent swarms with agentic-flow for parallel task execution, dynamic topology, and intelligent coordination.
Orchestrate adversarial agent swarms with Devil's Advocate debate pattern: Scanner agents analyze in parallel, two Advocates debate findings for up to 3 rounds, a Team Lead…
[EXPLICIT INVOCATION ONLY] Creates dependency-aware implementation plans optimized for parallel multi-agent execution.
Team-based PR review using Claude Code swarm. Spawns three specialized teammates (correctness expert, code health expert, UX wizard) who review the PR diff, discuss findings with…
Swarm planning session with PM, UX, and Engineering agents who debate an idea, ask clarifying questions, and produce a detailed spec written to plans/$plan-name.md.
Manage your SwarmClaw agent fleet, create and assign tasks, check agent and session status, trigger workflows, and orchestrate multi-agent work from chat.
Använd denna färdighet när användaren frågar om svenska företag, bolag, aktiebolag, handelsbolag, organisationsnummer, org.nummer, orgnr, Bolagsverket, företagsregistret,…
Använd denna färdighet när användaren frågar om elpriser, elpris, spotpris, spotpriser, elkostnad, elkostnader, elräkning, kilowattimme, kWh, priszon, priszoner, SE1, SE2, SE3,…
Använd denna färdighet när användaren frågar om polishändelser, brott, polisen, brottslighet, olyckor, trafikolyckor, misshandel, stöld, inbrott, rån, skjutningar, polisrapporter,…
All General skills →
More in GeneralIntegrations (3,732) · Automation (3,491) · Orchestration Frameworks (1,078) · Agents Skills Meta (943) · Business Ops (927) · Design Creative (887) · Hello World Templates (829) · Knowledge Mgmt (642) · Operations (568) · Education Learning (542) · Legal Compliance (410) · Finance Personal (378) · Personal Productivity (311) · Communication (267) · Language Learning (121) · Workflow Pipelines (104) · Plugins Extensions (94) · Home Iot (35)