mcpbeat

Fskill Creator Create

agi-comming/fskill-creator-create

Create lane for fskill-creator; normalizes user briefs into create_context for the main skill to generate functional skills.

786 tokens
context cost
the whole folder, loaded on every use
5
files
ships runnable scripts
0
copies elsewhere
how many repositories repackaged it
461
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/AGI-comming/functional-skill-creator --skill fskill-creator-create

The instruction itself

5 sections, as written by the author

fskill-creator-create

Goal

Normalize user requests for creating or enhancing functional skills into a create_context. This sub-skill only performs create/enhance pre-analysis and does not directly write target skill files.

External Inputs

| Field | Source | Description |

|---|---|---|

| skill_request | user | User-provided target skill description. |

| target_skill_path | user or repository | Directory where the functional skill should be created or updated. |

| skill_name | user or derived | Optional target skill name. |

| include_viewers | user | Whether to generate tools/log_viewer.mjs and tools/tester_viewer.mjs. |

Execution Pipeline

| Step | Function | Purpose | Input | Output |

|---:|---|---|---|---|

| 1 | collect_create_brief | Normalize user request and identify missing decisions. | skill_request<br>target_skill_path<br>skill_name<br>include_viewers | create_context |

Output Scope

Only output create_context; must not directly write target skill files.

How to use it

Copy the folder

Take agi-comming/fskill-creator-create from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.