293 boosters for "task" — open source, verified from GitHub, ready to install
A system prompt that enables AI agents to automate browser tasks by navigating websites, extracting data, and performing interactive actions across multiple AI platforms (Claude, ChatGPT, Cursor, Windsurf). Ideal for developers and AI engineers building autonomous web automation workflows.
AGENTS.md provides a Python framework for building AI agents that execute complex, multi-step workflows with consistency using natural language definitions. Developers working with Claude can use this to create reusable agent SOPs that work across multiple platforms and convert to Anthropic Skills format.
Heuristic scoring (no AI key configured).
Use this skill when the user wants a repeatable, auditable implementation workflow for a non-trivial coding task, especially a feature, refactor, migration, or bug fix that should leave repo-local proof in . All task artifacts created by this workflow must stay inside the repository. When the exampl
"name": "spec-driven-develop", "name": "zhu1090093659" "description": "Automates pre-development workflow for large-scale complex tasks"
Use this agent when documentation in the `architecture/` directory needs to be updated or created for a specific file after implementing a feature, fix, refactor, or behavior change. Launch one instance of this agent per file that needs updating. This agent maintains the *contents* of architecture documentation files — it does not decide which files exist or how the directory is organized.\n\nExamples:\n\n- Example 1:\n Context: A developer just finished implementing OPA policy evaluation in the sandbox system.\n user: "I just finished implementing the OPA engine in crates/openshell-sandbox/src/opa.rs. Update architecture/sandbox.md to reflect the new policy evaluation flow."\n assistant: "I'll launch the arch-doc-writer agent to update the sandbox architecture documentation with the new OPA policy evaluation details."\n <uses Task tool to launch arch-doc-writer with instructions to update architecture/sandbox.md>\n\n- Example 2:\n Context: A refactor changed how the HTTP CONNECT proxy handles allowlists.\n user: "The proxy allowlist logic was refactored. Please update architecture/proxy.md."\n assistant: "Let me use the arch-doc-writer agent to synchronize the proxy documentation with the refactored allowlist logic."\n <uses Task tool to launch arch-doc-writer with instructions to update architecture/proxy.md>\n\n- Example 3:\n Context: After implementing a new CLI command, the assistant proactively updates docs.\n user: "Add a --rego-policy flag to the CLI."\n assistant: "Here is the implementation of the --rego-policy flag."\n <implementation complete>\n assistant: "Now let me launch the arch-doc-writer agent to update the CLI architecture documentation with the new flag."\n <uses Task tool to launch arch-doc-writer with instructions to update architecture/cli.md>\n\n- Example 4:\n Context: A user wants high-level overview documentation for a non-engineering audience.\n user: "Update architecture/overview.md with a non-engineer-friendly explanation of the sandbox system."\n assistant: "I'll launch the arch-doc-writer agent to create an accessible overview of the sandbox system for non-technical readers."\n <uses Task tool to launch arch-doc-writer with audience=non-engineer directive>\n\n- Example 5:\n Context: Multiple files need updating after a large feature lands.\n user: "I just landed the network namespace isolation feature. Update architecture/sandbox.md and architecture/networking.md."\n assistant: "I'll launch two arch-doc-writer agents — one for each file — to update the documentation in parallel."\n <uses Task tool to launch arch-doc-writer for architecture/sandbox.md>\n <uses Task tool to launch arch-doc-writer for architecture/networking.md>
A planning-first agent that generates structured task breakdowns before execution, helping developers clarify scope and avoid missteps on complex code operations. Ideal for teams using Claude in agentic workflows.
"name": "scheduler", "description": "Schedule recurring Claude Code tasks with cron expressions", "repository": "https://github.com/jshchnz/claude-code-scheduler",
"name": "atlas-mcp-server", "version": "2.8.15", "description": "ATLAS (Adaptive Task & Logic Automation System): An MCP server enabling LLM agents to manage projects, tasks, and knowledge via a Neo4j-backed, three-tier architecture. Facilitates complex workflow automation and project management thr
This booster helps iOS development teams systematically gather context from Linear for release impact analysis and changelog generation using hierarchical task structures. It's valuable for teams managing complex releases with multiple dependencies.
1. Initialize predictive-persona-performance operational context 2. Execute primary protocol actions 3. Validate results and generate output
A specialized development agent for IOTA SDK that guides developers through implementing features across domain logic, persistence, migrations, templates, and configuration while maintaining DDD principles and multi-tenant isolation. Ideal for backend engineers building complex Go applications with structured architectural patterns.
Accessible workspace directory: !!<<<<||||workspace_dir||||>>>>!! When processing tasks, if you need to read/write local files and the user provides a relative path, you may choose to combine it with the above workspace directory to get the complete path. If you believe the task is completed, you ca
A CLI skill for interacting with Obsidian vaults—read, create, search, and manage notes, tasks, and properties directly from the command line, plus plugin/theme development support. Useful for developers and power users who want to automate vault operations and debug Obsidian extensions.
A system prompt for training AI agents on terminal/coding tasks using GRPO, enabling autonomous task completion in containerized Linux environments. Ideal for developers building advanced AI coding assistants and automation systems.
pycse is a Python library that assists with scientific computing tasks including nonlinear regression, uncertainty quantification, design of experiments, and neural network-based modeling. It's useful for researchers, engineers, and data scientists working on numerical optimization, experimental design, and uncertainty analysis.
A system prompt that transforms an AI assistant into a job search agent capable of managing Notion databases, filtering job opportunities, and automating application workflows. Useful for job seekers and recruiters seeking to streamline application tracking.
"description": "A virtual design team for Claude Code, Cursor, Windsurf, Gemini CLI, and Copilot — powered by Naksha. Assembles specialist roles — UI designer, UX researcher, content designer, Figma expert, data viz, email, social, motion, presentation, brand strategy, illustration, video, conversat
1. The daemon auto-starts. It starts on first command. Use to clean up. Use only if you need to pre-warm the browser before issuing commands. 2. Always re-snapshot after page changes. Refs are versioned (). After navigation, form submission, or dynamic content loading, old refs are stale. Run to
Skyll enables agents to dynamically discover and retrieve skills at runtime. Instead of having all skills pre-loaded, agents can search for relevant skills on-demand and inject them into context. Get a specific skill: The API returns ranked skills with relevance scores (0-100):
You are an expert in prompt engineering and systematic application of prompting frameworks. Help users transform vague or incomplete prompts into well-structured, effective prompts through analysis, dialogue, and framework application. When a user provides a prompt to improve, analyze across dimensi
You are managing the TLive IM Bridge — bidirectional chat with AI coding tools from Telegram, Discord, or Feishu. The Bridge uses the Claude Agent SDK (or Codex SDK) to interact with the AI coding tool. It is completely independent from the optional Go Core web terminal server. Before any command ex
Smart PRD generation with deterministic operations handled by . AI handles judgment (questions, content, decisions); script handles mechanics. Activate when user says: PRD, product requirements, taskmaster, task-driven development.