Skill

Bootstrap and evolve Claude Code skills with SKILL.md front matter and Nix integration.

2|Updated Jul 26, 2025
One-click install
npx skills add https://github.com/fullykubed/nixos-config --skill skill-fullykubed
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Skill
Source: https://github.com/fullykubed/nixos-config/tree/main/modules/common/claude/skills/Skill
Command: npx skills add https://github.com/fullykubed/nixos-config --skill skill-fullykubed

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill unit provides a complete blueprint for creating and managing Claude Code skills, enabling teams to standardize skill lifecycles across projects.

Core Features & Use Cases

  • Defines a reusable Skill structure with SKILL.md front matter, workflows, references, and optional scripts and assets.
  • Supports repository-level and system-level skills, with a consistent lifecycle for creating and updating workflows.
  • Useful for teams building internal Claude Code capabilities, documenting best practices, and enabling tooling to validate Skill conformance.

Quick Start

Create the initial SKILL.md for a new skill and scaffold the minimal directory structure including workflows and reference folders, then begin implementing the first workflow files.

Frequently Asked Questions about Skill

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

FAQPage Schema
How do I create a new Claude Code skill from scratch?

To create a Claude Code skill, you scaffold a minimal directory structure with a SKILL.md file containing valid front matter, then implement your first workflow and reference folders. This provides a standardized structure for your skill lifecycle.

What is the correct structure for SKILL.md front matter and routing tables?

SKILL.md front matter and routing tables define the metadata and execution paths for Claude Code skills. They specify concrete constraints to ensure your skill conforms to repository-level or system-level scopes and integrates correctly with CLI tooling.

Does this skill management workflow support system-level Nix integration patterns?

Yes, the skill management workflow explicitly specifies Nix integration patterns for system-level skills. It provides concrete constraints to ensure your skills integrate correctly with Nix-managed system environments across their lifecycle.

How do I update existing Claude Code workflows and references?

You update existing Claude Code workflows and references by applying the skill lifecycle process to evolve them. This supports extending workflows, updating reference folders, and modifying CLI tooling across both repository-level and system-level scopes.

Can I use this approach to standardize skill lifecycles for an internal team?

Yes, you can use this skill lifecycle blueprint to standardize how your team builds internal Claude Code capabilities. It enables documenting best practices and providing tooling to validate Skill conformance across multiple projects.

What's the best way to bootstrap Claude Code skills end-to-end?

The best way to bootstrap Claude Code skills is to follow a complete lifecycle workflow that defines a reusable structure. This involves scaffolding the initial directory, setting up front matter, and progressively adding workflows, references, and optional scripts.