7 skills found
jpicklyk / task-orchestratorA light touch MCP task orchestration server for AI agents. Persistent work tracking and context storage across sessions and agents. Defines planning floors through composable notes with optional gating transitions. Coordinates multi-agent execution without prescribing how agents do their work.
liatrio-labs / spec-driven-workflowLightweight markdown-based workflow for collaborating with AI coding assistants using spec-driven development methodology
DmitriyGolub / threejs-devtools-mcpThree.js MCP server — inspect and edit scenes, materials, shaders, lights in real time from any AI agent
beautyfree / appstore-connect-mcpApp Store Connect API as MCP tools for Cursor & Claude. Apps, TestFlight, subscriptions, localizations, reports.
zelentsov-dev / asc-mcpMCP server for App Store Connect API — 208 tools for managing apps, builds, TestFlight, subscriptions, and more from Claude, Cursor, VS Code, or any MCP client
PaulJPhilp / biomeThis document maps strict ESLint-style expectations to Biome rules and adds Effect-oriented conventions using Biome's capabilities plus lightweight custom checks via grep/CI scripts where necessary.
dzp5103 / backendBackend Rules (Node + Express) API Design - RESTful routes; nouns for resources, verbs in HTTP methods. Validate input with lightweight checks. - Return structured errors `{ code, message, details