skillforge

Automate skill creation with templates, duplicate checks, and self-rewrite hooks.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Ic1558/0luka --skill skillforge-ic1558
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skillforge
Source: https://github.com/Ic1558/0luka/tree/main/.agent/skills/skillforge
Command: npx skills add https://github.com/Ic1558/0luka --skill skillforge-ic1558

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bash, memory_reflect, git, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of new skills and manages their lifecycle, streamlining the development process and ensuring consistency.

Core Features & Use Cases

  • Skill Creation: Automates the process of creating new skills from scratch, including checks for duplicates and necessary YAML frontmatter setup.
  • Memory and Pattern Analysis: Uses memory analysis to identify related patterns and avoid creating duplicate skills.
  • Registration and Logging: Handles the registration of new skills and logs important decisions for future reference.
  • Self-Rewriting Hook: Includes a self-rewrite hook that updates the skill's template after a certain number of creations or upon failure, ensuring continuous improvement.

Quick Start

Create a new skill with the trigger 'new capability' using the skillforge command.

Frequently Asked Questions about skillforge

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

FAQPage Schema
How do I automate skill creation from templates to avoid duplicates?

Automate skill creation by generating new skills from predefined templates with built-in duplicate checks. This ensures consistency and prevents redundant capabilities by analyzing existing memory patterns before registration.

What is the self-rewrite hook in skill lifecycle management?

The self-rewrite hook is an automated mechanism that updates a skill's template after a specific number of creations or upon failure. It ensures continuous improvement of the skill development workflow over time.

Do I need bash and git to use template automation for scripting?

Yes, you need bash, git, and memory_reflect tools to run template automation for scripting. These dependencies manage script execution, version control, and memory analysis required for the skill lifecycle.

How does memory analysis identify related patterns during skill creation?

Memory analysis identifies related patterns by examining existing skill memory to detect similarities. This prevents creating duplicate skills by checking historical decisions and logging new patterns during the creation process.

Can I manage the entire skill lifecycle including registration and logging?

Yes, you can manage the complete skill lifecycle from creation to registration. The process handles necessary YAML frontmatter setup and automatically logs important development decisions for future reference.