task-graph-mcp
v0.3.0
io.github.Oortonaut/task-graph-mcp
MCP server for agent task workflows with phases, prompts, gates, and multi-agent coordination
“Task Management” 共 1,380 个结果
v0.3.0
io.github.Oortonaut/task-graph-mcp
MCP server for agent task workflows with phases, prompts, gates, and multi-agent coordination
v1.0.0
ai.parallel/task-mcp
An MCP server for deep research or task groups
v0.3.0
io.github.antnewman/pm-analyse
AI-powered project analysis with risk identification, forecasting, and mitigation generation
v0.3.0
io.github.antnewman/pm-validate
Validate project data against NISTA standards, scheduling best practices, and custom rules
v0.3.0
io.github.antnewman/pm-data
Parse and convert project data from 8 formats (MSPDI, P6 XER, NISTA, Jira, Monday, etc.)
v1.0.2
com.sonatype/dependency-management-mcp-server
Sonatype component intelligence: versions, security analysis, and Trust Score recommendations
v0.1.0
io.testiny/testiny-mcp
An MCP server that provides access to Testiny projects, test cases and test runs
v1.0.0
ai.smithery/Parc-Dev-task-breakdown-server
Break down complex problems into clear, actionable steps. Adapt on the fly by iterating, revising,…
vmain
io.github.openclaw/openclaw/taskflow-inbox-triage
Example TaskFlow pattern for inbox triage, intent routing, waiting on replies, and later summaries.
vmain
io.github.ruvnet/ruflo/github-release-management
Comprehensive GitHub release orchestration with AI swarm coordination for automated versioning, testing, deployment, and rollback management
vmain
io.github.NousResearch/hermes-agent/docker-management
Manage Docker containers, images, volumes, and Compose.
vmain
io.github.mukul975/Anthropic-Cybersecurity-Skills/implementing-secrets-management-with-vault
Deploy HashiCorp Vault for centralized secrets management, covering dynamic secret generation for databases and cloud providers, transit encryption, PKI certificate management, and Kubernetes integration. Use when eliminating hardcoded credentials from application code or CI/CD pipelines, migrating to short-lived auto-rotated secrets, or giving Kubernetes workloads secure access to database or cloud provider credentials.
vmaster
io.github.PostHog/posthog/debugging-local-task-agent-runs
Debug the output of local PostHog task runs — the wizard cloud-run path that executes inside a Docker sandbox under the local Temporal `process-task` workflow (the wizard that integrates PostHog, then the coding agent that commits and opens the PR). Use when a local run looks stuck, failed, or silent, or when you need to read the wizard or agent logs. Covers the `.env.local` keys + `ai_features` intent required for cloud runs locally, finding the task UUID (docker ps, temporal CLI, Temporal UI at localhost:8081), tailing live logs inside the sandbox container (`/tmp/posthog-wizard.log`, `/tmp/agent-server.log`), and reading the durable per-run console log from object storage after the sandbox is torn down. Trigger terms: task-sandbox, run_wizard, agent-server, process-task, SANDBOX_PROVIDER, LLM_GATEWAY, cloud_run, posthog-wizard.log.
vdevelop
io.github.HoangNguyen0403/agent-skills-standard/nextjs-state-management
Apply best practices for managing URL, server, and client state in Next.js applications. Use when choosing between URL params, SWR/TanStack Query, Zustand, or Context for state, or when fixing hydration mismatches from localStorage.
vmain
io.github.agentscope-ai/AgentTeams/mcp-server-management
Use when admin asks to configure an MCP tool server (e.g., GitHub, weather API), rotate credentials, grant/revoke worker access to MCP tools, or add a custom API integration via YAML.
vmain
io.github.microsoft/agent-framework/python-package-management
Guide for managing packages in the Agent Framework Python monorepo, including creating new connector packages, versioning, and the lazy-loading pattern. Use this when adding, modifying, or releasing packages.
vmain
io.github.taracodlabs/aiden/docker-management
Docker containers, images, volumes, networks (CLI + Dockerode)
vmain
io.github.NousResearch/hermes-agent/github-repo-management
Clone/create/fork repos; manage remotes, releases.
vmain
io.github.mukul975/Anthropic-Cybersecurity-Skills/implementing-mobile-application-management
Implements Mobile Application Management (MAM) policies to protect enterprise data on managed and unmanaged mobile devices through app-level controls including data loss prevention, selective wipe, app configuration, and containerization. Use when securing corporate apps on BYOD devices, implementing Intune App Protection Policies, or enforcing data separation between personal and work apps. Activates for requests involving MAM deployment, app protection policies, mobile containerization, or BYOD security.
vmain
io.github.thedaviddias/Front-End-Checklist/specificity-management
Use when reviewing stylesheets, component styles, and responsive behavior related to Keep CSS specificity low and flat. Check the rendered layout across breakpoints and interaction states before proposing a fix.
vmain
io.github.jeremylongshore/claude-code-plugins-plus-skills/cursor-context-management
Optimize context window usage in Cursor with @-mentions, context pills, and conversation strategy. Triggers on "cursor context", "context window", "context limit", "cursor memory", "context management", "@-mentions", "context pills".
vmain
io.github.jeremylongshore/claude-code-plugins-plus-skills/cursor-api-key-management
Configure BYOK API keys for OpenAI, Anthropic, Google, Azure, and custom models in Cursor. Triggers on "cursor api key", "cursor openai key", "cursor anthropic key", "own api key cursor", "BYOK cursor", "cursor azure key".
vmain
io.github.wshobson/agents/track-management
Use this skill when creating, managing, or working with Conductor tracks - the logical work units for features, bugs, and refactors. Applies to spec.md, plan.md, and track lifecycle operations.
vmain
io.github.wshobson/agents/python-resource-management
Python resource management with context managers, cleanup patterns, and streaming. Use when managing connections, file handles, implementing cleanup logic, or building streaming responses with accumulated state.