skill-structurer-ressources

Organize skill resource directories across references, scripts, assets, and evals.

1|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/niboj/agent-skills-12-factor-app --skill skill-structurer-ressources
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-structurer-ressources
Source: https://github.com/niboj/agent-skills-12-factor-app/tree/main/skills/skill-structurer-ressources
Command: npx skills add https://github.com/niboj/agent-skills-12-factor-app --skill skill-structurer-ressources

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Ce skill aide à décider si une skill doit ajouter des references, scripts, assets ou fichiers d'évaluation, et à structurer ces repertoires pour que SKILL.md reste concis et lisible.

Core Features & Use Cases

  • Détermine les ressources nécessaires (references, scripts, assets, evals) et propose une architecture de dossiers adaptée.
  • Fournit des recommandations pour éviter la lourdeur et maintenir une documentation claire.
  • Utilisation typique: refactorisation d'une skill existante ou cadrage d'une nouvelle skill pour maximiser lisibilité et réutilisabilité.

Quick Start

Exécutez ce skill pour évaluer la structure actuelle et obtenir une proposition de réorganisation des dossiers.

Frequently Asked Questions about skill-structurer-ressources

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

FAQPage Schema
How do I structure resources and folders when creating a new skill?

To structure skill resources, determine if references, scripts, assets, or evals are needed, then organize them into dedicated directories to keep SKILL.md concise. This ensures deterministic scripts and supports future maintenance.

When should I add evals or references to my skill directory?

Add evals or references when your skill requires external validation data or supplementary documentation to function correctly. Document the rationale for each folder to support readability and future maintenance across the references/ and evals/ directories.

What is the best way to refactor an existing skill without bloating SKILL.md?

The best way to refactor a skill is to move supporting content into structured directories like assets/ and scripts/, ensuring SKILL.md remains concise. This reorganization evaluates current resources and proposes a clean folder architecture.

Do I need deterministic scripts when organizing skill assets?

You should favor deterministic scripts when using the scripts/ directory to organize skill assets. Deterministic scripts ensure consistent execution outcomes, which is a key requirement for maintaining a reliable and readable skill structure.

Can I use this skill structure approach for both new and existing skills?

Yes, you can apply this resource structuring approach during both the creation of new skills and the refactoring of existing ones. It evaluates the current setup and proposes folder organizations across references/, scripts/, assets/, and evals/.