mine.write-skill

Draft and validate SKILL.md files with guided prompts and repository wiring steps.

8|1|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/Olatisunkanmi/claudefiles --skill mine-write-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mine.write-skill
Source: https://github.com/Olatisunkanmi/claudefiles/tree/main/skills/mine.write-skill
Command: npx skills add https://github.com/Olatisunkanmi/claudefiles --skill mine-write-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill captures and formalizes a user's intent into a new SKILL.md file, guiding authors through required frontmatter, interaction points, and repository wiring so skills are consistent and discoverable.

Core Features & Use Cases

  • Guided Requirements Gathering: Asks targeted questions (purpose, triggers, output, invocability) to gather missing information.
  • Drafting & Validation: Generates SKILL.md using repository conventions and validates against a quality checklist including triggers, length, and AskUserQuestion constraints.
  • Repository Wiring Advice: Provides steps to add routing entries and update the Skills table after user approval.
  • Use Case: A maintainer wants to convert a repeated manual workflow into a reusable skill; this Skill collects details, drafts the file, validates it, and prepares next steps.

Quick Start

Create a new skill by answering the guided prompts for purpose, trigger phrases, desired output, and invocability so the tool can draft and validate SKILL.md.

Frequently Asked Questions about mine.write-skill

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

FAQPage Schema
How do I create a new skill template for a repository?

To create a new skill template, use a guided authoring flow to define the skill's purpose, trigger phrases, and output expectations. The tool then drafts a SKILL.md file, validates required frontmatter fields, and provides repository wiring steps for integration.

What is the process for validating documentation and frontmatter fields in a new skill?

Validation involves running a quality-check process against a checklist that verifies triggers, frontmatter constraints, and AskUserQuestion interaction points. This ensures the SKILL.md file meets repository conventions without relying on external script dependencies.

Can I draft a guided-flow skill without external script dependencies?

Yes, you can draft a guided-flow skill without external script dependencies by using the built-in validation and authoring process. It handles frontmatter generation, interaction point placement, and quality checks entirely within the repository's native structure.

What's the best way to formalize a manual workflow into a reusable skill?

The best way to formalize a manual workflow into a reusable skill is capturing its intent through targeted questions about purpose and invocability. This generates a standardized SKILL.md file and prepares routing entries for repository discoverability.

How do I wire a newly authored skill into an existing repository?

Wiring a newly authored skill into a repository requires adding routing entries and updating the Skills table after the SKILL.md draft is approved. The tool provides these specific next steps to ensure the skill is discoverable and properly integrated.