skills/openspec-skills/openspec-apply/SKILL.md
Implement tasks from the change using `/opsx:apply`, working through the task list and checking off items. Use when the user says "implement", "apply the change", "/opsx:apply", or "start coding from tasks".
npx skillsauth add teachingai/agent-skills openspec-applyInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use /opsx:apply to implement tasks from a change. The agent reads tasks.md, works through tasks one by one, writes code, creates files, runs tests as needed, and checks off completed items with [x].
tasks.md exists (created via openspec-ff or openspec-continue).Start implementation
/opsx:apply — apply the current/inferred change./opsx:apply <change-name> — apply a specific change.Read tasks
tasks.md and identifies incomplete tasks (unchecked [ ] items).Work through tasks
[x] in tasks.md.Handle issues
design.md) and continue.Resume if interrupted
/opsx:apply again; it picks up where it left off based on checkbox state.tasks.md updated with [x] for completed tasks./opsx:apply add-dark-mode.tasks.md (or use /opsx:continue to regenerate) before applying.design.md or specs/ as needed; OpenSpec is iterative.development
Guidance for Next.js using the official docs at nextjs.org/docs. Use when the user needs Next.js concepts, configuration, routing, data fetching, or API reference details.
tools
Provides comprehensive guidance for Flask framework including routing, templates, forms, database integration, extensions, and deployment. Use when the user asks about Flask, needs to create web applications, implement routes, or build Python web services.
development
Provides comprehensive guidance for FastAPI framework including routing, request validation, dependency injection, async operations, OpenAPI documentation, and database integration. Use when the user asks about FastAPI, needs to create REST APIs, or build high-performance Python web services.
development
Provides comprehensive guidance for Django framework including models, views, templates, forms, admin, REST framework, and deployment. Use when the user asks about Django, needs to create web applications, implement models and views, or build Django REST APIs.