Skip to content

feat(skills): add skill-creator skill for creating, evaluating, and improving skills#754

Merged
JeremyDev87 merged 1 commit intomasterfrom
taskmaestro/1774098977/pane-2
Mar 21, 2026
Merged

feat(skills): add skill-creator skill for creating, evaluating, and improving skills#754
JeremyDev87 merged 1 commit intomasterfrom
taskmaestro/1774098977/pane-2

Conversation

@JeremyDev87
Copy link
Owner

Summary

  • Add new skill-creator skill with 4 modes: Create, Eval, Improve, Benchmark
  • Provides systematic workflow for building, testing, and optimizing codingbuddy skills
  • Includes multi-tool compatibility guidelines (Claude Code, Cursor, Codex, Q, Kiro)
  • Follows codingbuddy patterns: Core principle, Iron Law, When to Use/NOT to Use, Red Flags
  • 461 lines (under 500-line limit), all original content (no Anthropic copy)
  • Updated skills/README.md catalog with new entry

Test plan

  • Frontmatter validates (name pattern, description length, all fields present)
  • 461 lines, under 500-line limit
  • No overlap with existing skills (rule-authoring, agent-design, prompt-engineering)
  • Multi-tool compatible (no tool-specific syntax in core workflow)
  • markdownlint passes (0 errors across 66 files)
  • All CI checks pass (lint, format, typecheck, test, circular, build, ajv, markdownlint)

Closes #739

…mproving skills (#739)

New skill with 4 modes: Create, Eval, Improve, Benchmark.
Includes multi-tool compatibility guidelines and eval pipeline.
@JeremyDev87 JeremyDev87 added feat skill New skill addition to .ai-rules/skills/ labels Mar 21, 2026
@vercel
Copy link

vercel bot commented Mar 21, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
codingbuddy-landing Ready Ready Preview, Comment Mar 21, 2026 1:34pm

@JeremyDev87 JeremyDev87 self-assigned this Mar 21, 2026
@JeremyDev87 JeremyDev87 merged commit db863bb into master Mar 21, 2026
47 of 48 checks passed
@JeremyDev87 JeremyDev87 deleted the taskmaestro/1774098977/pane-2 branch March 21, 2026 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feat skill New skill addition to .ai-rules/skills/

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[A] Write skill-creator SKILL.md main file

1 participant