meta-create-skills-from-project

Discover project patterns and codify them into reusable skills.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/JuroOravec/agents --skill meta-create-skills-from-project
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meta-create-skills-from-project
Source: https://github.com/JuroOravec/agents/tree/main/.cursor/skills/meta/create-skills-from-project
Command: npx skills add https://github.com/JuroOravec/agents --skill meta-create-skills-from-project

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Discover and codify patterns from a codebase or nested project so agents consistently follow established conventions, reducing friction during onboarding and development.

Core Features & Use Cases

  • Guides discovery of project patterns (structure, tests, commands, data flow) and captures them as reusable skills.
  • Enforces naming conventions and directory layout to ensure skills are easy to locate and apply across projects.
  • Produces phase-based outputs (phase 1–5) that document targets, analyses, and candidate skills for rapid activation.

Quick Start

Run the meta-create-skills-from-project workflow from the project root to start discovering patterns and generate initial skill candidates.

Frequently Asked Questions about meta-create-skills-from-project

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

FAQPage Schema
How do I extract project patterns from a codebase to improve agent onboarding?

To extract project patterns for agent onboarding, this skill analyzes your codebase structure, tests, commands, and data flow, then codifies them into reusable skills to ensure consistent agent behavior.

What is the best way to codify recurring workflows into ready-to-use agent skills?

The best way to codify recurring workflows into agent skills is to run this workflow from your project root, which discovers structural conventions and generates phase-based outputs documenting candidate skills.

Can I generate skills from an imported project to enforce directory layout and naming conventions?

Yes, you can generate skills from imported projects or nested clones. The workflow enforces directory layout and naming conventions so generated skills are easy to locate and apply across projects.

How does project analysis identify candidate skills during development?

Project analysis identifies candidate skills by capturing recurring patterns during onboarding and development, producing phase 1–5 outputs that document targets, analyses, and skills for rapid activation.

Do I need a defined scope to analyze project patterns and create agent automation skills?

Yes, you need a target project reference and a defined scope to analyze project patterns. The workflow outputs skill artifacts following meta-skill-create conventions for agent automation.

When should I not use automated project analysis for skill creation?

You should not use automated project analysis when a project lacks established recurring patterns or conventions, as the workflow requires existing structural consistency to codify meaningful skills.