skill-engineer

Create and refine Claude Code SKILL.md files for prompt-driven workflows.

Updated Jun 4, 2022
One-click install
npx skills add https://github.com/toh995/dotfiles --skill skill-engineer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-engineer
Source: https://github.com/toh995/dotfiles/tree/main/.claude/skills/skill-engineer
Command: npx skills add https://github.com/toh995/dotfiles --skill skill-engineer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps prompt engineers and developers quickly create, edit, and standardize Claude Code SKILL.md files so skills are consistent, discoverable, and context-efficient across projects.

Core Features & Use Cases

  • Authoring guidance: Produces concise SKILL.md frontmatter and body content that define invocation, behavior, and AskUserQuestion flows.
  • Editing workflow: Suggests minimal, targeted edits to improve clarity, scope, and token efficiency without rewriting working logic.
  • Use Case: Convert a user's high-level request into a ready-to-save .claude/skills/<name>/SKILL.md or refine an existing skill to handle missing arguments and follow best practices.

Quick Start

Invoke the skill with /skill-engineer and state whether to create or edit a skill plus the desired name and brief behavior.

Frequently Asked Questions about skill-engineer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create Claude Code skills for prompt-driven workflows?

To create Claude Code skills, you generate concise SKILL.md files with specific frontmatter and body content that define invocation, behavior, and AskUserQuestion flows for your prompt-driven workflows.

What is the best way to standardize persona design in Claude Code?

Standardizing persona design involves authoring reusable skill files stored in the .claude/skills/ directory, ensuring consistent behavior and context-efficient prompt templates across different projects.

How do I refine existing prompt templates without breaking working logic?

You refine existing prompt templates by applying minimal, targeted edits to improve clarity, scope, and token efficiency, ensuring the working logic in your SKILL.md files remains intact.

Does generating Claude Code skills require executing external code?

Generating Claude Code skills does not require executing external code or model invocation when disabled, as the process focuses on producing text-based SKILL.md files for human-invoked or LLM-invoked scenarios.

Can I convert a high-level request into a ready-to-save SKILL.md file?

You can convert a high-level user request directly into a ready-to-save .claude/skills/<name>/SKILL.md file, complete with structured frontmatter and defined behavioral logic.

When do I need project-level skills for workflow automation?

You need project-level skills for workflow automation when you want to standardize LLM-invoked or human-invoked tasks, ensuring consistent execution and discoverability across your project environment.