studyzystudyzyCommunity·20 Agent Skills Included

imewlconverter

Spec-driven change workflow skills for planning and shipping code changes

Guides AI agents through a complete spec-driven change workflow: explore ideas, create proposals, write specs and designs, implement tasks, verify results, and archive finished changes. Eliminates unstructured coding sessions where requirements get lost and implementations drift from the original plan. Keeps every change documented, traceable, and reviewable so teams ship features faster with fewer mistakes.
npx skills add studyzy/imewlconverter --all -g -y
Available:

Gives the AI agent a project map of the codebase, telling it exactly which files and layers to touch for each task type, plus build commands, architecture rules, and forbidden operations to follow while working.

All Skills in This Repository (20)

Pure Emerald Level Indicators
📦 In Repo
studyzystudyzy

openspec-apply-change

Implements tasks from OpenSpec change proposals using the openspec CLI.

Community
Intermediate
📦 In Repo
studyzystudyzy

openspec-explore

Explores ideas, investigates codebases, and clarifies requirements before implementation.

Community
Intermediate
📦 In Repo
studyzystudyzy

openspec-verify-change

Validates implementation against change artifacts before archiving OpenSpec changes.

Community
Intermediate
📦 In Repo
studyzystudyzy

openspec-new-change

Scaffolds a new OpenSpec change directory using the artifact-driven workflow CLI.

Community
Intermediate
📦 In Repo
studyzystudyzy

openspec-archive-change

Archives completed OpenSpec changes after verifying artifact and task completion.

Community
Intermediate
📦 In Repo
studyzystudyzy

openspec-onboard

Guides users through a complete OpenSpec change workflow cycle in a real codebase.

Community
Intermediate
📦 In Repo
studyzystudyzy

openspec-bulk-archive-change

Archives multiple completed OpenSpec changes in one operation with conflict resolution.

Community
Advanced
📦 In Repo
studyzystudyzy

openspec-continue-change

Creates the next artifact to advance an OpenSpec change workflow.

Community
Intermediate
📦 In Repo
studyzystudyzy

openspec-sync-specs

Sync delta specifications from changes into main OpenSpec specification files.

Community
Intermediate
📦 In Repo
studyzystudyzy

openspec-ff-change

Generates all OpenSpec change artifacts in one pass using the openspec CLI.

Community
Intermediate
📦 In Repo
studyzystudyzy

openspec-apply-change

Guide OpenSpec change selection, application, and tracking via CLI outputs.

Community
Intermediate
📦 In Repo
studyzystudyzy

openspec-explore

Guide brainstorming and requirements clarification with ASCII visualizations.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How to install imewlconverter skills?

Run `npx skills add studyzy/imewlconverter --all -g -y` in your terminal to install all skills in this suite globally.

What is spec-driven development with AI agents?

It is a workflow where the agent first writes a proposal, specs, design, and task list for a change, then implements and verifies the code against those documents so nothing drifts from the plan.

How do I start a new change with these skills?

Ask your agent to start a new change and describe what you want to build; the openspec-new-change skill scaffolds the change folder and walks you through each artifact step by step.

Can the agent verify my implementation matches the spec?

Yes. The openspec-verify-change skill checks completeness, correctness, and consistency against your tasks and specs, then reports critical issues, warnings, and suggestions before archiving.

Do these skills work with Claude Code and other AI agents?

Yes. All skills follow the standard SKILL.md format and run in Claude Code, CodeBuddy, and other compatible AI coding agents.

Related Repositories in Software Engineering

View All in Software Engineering