6 skills found
OthmanAdi / planning-with-filesPersistent file-based planning for AI coding agents and long-running tasks. Crash-proof markdown plans, session recovery after /clear and compaction, per-turn re-injection against context rot, deterministic completion gate. Manus-style.
code-yeongyu / lazycodexThe one and only agent harness for complex codebases. Project memory, planning, execution, and verified completion inside Codex.
BjornMelin / github-copilot-proxyAn OpenAI-compatible proxy server that lets Cursor IDE connect directly to GitHub Copilot's LLM services. Bypass Cursor's 500 premium requests/month limit by leveraging your existing GitHub Copilot subscription for unlimited AI-powered code completions, chat, and editing features within Cursor IDE.
Shubchynskyi / garda-agent-orchestratorGoverned local runtime for AI coding agents: task lifecycle, mandatory gates, reviews, doc-impact checks, and auditable completion.
butterbase-ai / aiUse when calling the app's AI gateway from agent tools — chat completions, embeddings, listing models, configuring defaults or BYOK, reading token/cost usage
wsbm393 / executing-hard-tasksUse when a task spans multiple steps, files, or unknowns — before planning the order of work, whenever about to report completion or success in any wording, and when picking the next action after a result, failure, or surprise.