Creating-Skills

Create custom profile skills with SKILL.md checklists and Bash scripts.

149|10|Updated Oct 30, 2025
One-click install
npx skills add https://github.com/tilework-tech/nori-profiles --skill creating-skills-tilework-tech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Creating-Skills
Source: https://github.com/tilework-tech/nori-profiles/tree/main/src/installer/features/profiles/config/_mixins/_base/skills/creating-skills
Command: npx skills add https://github.com/tilework-tech/nori-profiles --skill creating-skills-tilework-tech

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill empowers you to extend your AI agent's capabilities by creating custom, persistent skills tailored to your specific development workflows, eliminating repetitive manual instructions.

Core Features & Use Cases

  • Custom Skill Definition: Guides you through defining new skills with markdown instructions and checklists.
  • Script Bundling: Supports integrating deterministic scripts for complex, automated tasks.
  • Portable Paths: Utilizes template variables for creating skills that work across different environments.
  • Use Case: Create a skill to automate your company's specific code review checklist, ensuring consistency and saving time on every pull request.

Quick Start

Ask me to create a new skill called 'MyCustomWorkflow' that automates our daily standup report.

Frequently Asked Questions about Creating-Skills

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

FAQPage Schema
How do I create a custom skill to automate my workflow?

Creating a custom skill involves defining its purpose in markdown, writing a SKILL.md checklist, and optionally bundling scripts. The Skill guides you through requirements gathering, directory setup, and template variable configuration so your automation works across different environments and persists across sessions.

Can I bundle scripts into a custom skill for complex automation tasks?

Yes, the Skill supports integrating deterministic scripts callable from Bash alongside your skill definition. Scripts are bundled with portable template variables for paths, enabling self-contained automation that runs consistently regardless of environment.

What's the fastest way to turn a repetitive workflow into a reusable skill?

Ask the Skill to create a new skill with your workflow name and describe what you want to automate. It enforces a required SKILL.md checklist, guides requirements gathering, and generates a ready-to-install skill with directory structure and optional script integration built in.

Do I need coding experience to create a custom skill?

No; the Skill provides a repeatable method focused on markdown instructions and checklists. Script bundling is optional—you can create skills with written instructions alone. The guided process handles requirements gathering and directory setup for you.

How do custom skills work across different development environments?

Custom skills use portable template variables for cross-environment paths instead of hardcoded values. This ensures your skill definition and bundled scripts function consistently whether you're on different machines, workspaces, or configurations.

What makes a custom skill ready to install after creation?

A ready-to-install skill must complete the required SKILL.md checklist, include a proper directory structure, and optionally contain self-contained scripts. The creation process enforces these requirements and produces a skill you can immediately add to your profile.