Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
daemon-blockint-tech avatar

Ai Skill Manager

  • 29 installs
  • 7 repo stars
  • Updated May 20, 2026
  • daemon-blockint-tech/agentic-enteprises-skill

Govern an Agent Skills portfolio: inventory, naming and cross-link standards, overlap dedup, batch validation, and publish quality gates.

About

Guides management of an enterprise Agent Skills portfolio including catalog hygiene, naming standards, overlap dedup, batch validation, and lifecycle governance. A developer uses it when curating a skills repo, auditing quality, or fixing trigger overlap.

  • Portfolio inventory fields sourced from SKILL.md frontmatter
  • Per-skill quality gate: naming, description triggers, body length

Ai Skill Manager by the numbers

  • 29 all-time installs (skills.sh)
  • Ranked #424 of 782 Skill Development skills by installs in the Skillselion catalog
  • Data as of Jul 29, 2026 (Skillselion catalog sync)
npx skills add https://github.com/daemon-blockint-tech/agentic-enteprises-skill --skill ai-skill-manager

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs29
repo stars7
Last updatedMay 20, 2026
Repositorydaemon-blockint-tech/agentic-enteprises-skill

What it does

Govern an Agent Skills portfolio: inventory, naming and cross-link standards, overlap dedup, batch validation, and publish quality gates.

Files

SKILL.mdMarkdownGitHub ↗

AI Skill Manager

When to Use

  • Inventory skills in a repo or org catalog; find gaps and duplicates
  • Audit description frontmatter for clear triggers and routing
  • Add or fix When NOT to Use and Related skills cross-links
  • Run batch validation or package .skill bundles for distribution
  • Split an overloaded skill or merge overlapping ones
  • Deprecate or rename a skill without breaking consumers
  • Define governance: review checklist, owners, publish cadence
  • Triage security concerns in skill content (secrets, dangerous scripts)

When NOT to Use

  • Step-by-step creation of one new skill → use skill-creator (init_skill.py, package_skill.py)
  • Design RAG, agents, eval harnesses → ai-engineer
  • Model/prompt release ops and cost rituals → ai-lead-ops
  • AI regulatory policy registers → ai-risk-governance
  • Rewrite prompts inside a domain skill → prompt-engineer

Related skills

NeedSkill
Build and ship AI featuresai-engineer
Prompt and tool-schema craftprompt-engineer
AI risk tiering and policiesai-risk-governance
AI production ops cadenceai-lead-ops
Token cost programsai-token-improvement-plan-engineer
Comms for rolling out new capabilitiescommunication-lead

Core Workflows

1. Portfolio inventory

For each skill directory with SKILL.md, record:

FieldSource
nameYAML frontmatter
One-line purposeFirst sentence of description
Primary triggersdescription (not body)
References countreferences/*.md
Has scripts/assetsoptional dirs

Flag: same trigger keywords in multiple description fields.

See `references/catalog_inventory.md`.

2. Quality gate (per skill)

Before merge or publish:

1. name matches folder name (hyphen-case, ≤64 chars) 2. description includes what + when to use + when NOT (peer skill names) 3. Body ≤ ~500 lines; deep detail in references/ 4. No README/CHANGELOG inside skill folder 5. Run validator (below)

See `references/quality_standards.md`.

3. Routing and overlap

When two skills trigger on the same user phrase:

1. Pick primary owner of the workflow 2. Move triggers into primary description; add explicit negation in the other 3. Add reciprocal Related skills rows 4. If overlap >30% of workflows, plan split or merge

See `references/routing_and_overlap.md`.

4. Lifecycle

ActionWhen
CreateNew domain with ≥3 repeatable workflows → skill-creator
SplitSKILL.md or references too large; distinct audiences
MergeTwo skills always loaded together; duplicate triggers
DeprecateSuperseded; keep folder 1 release with redirect text in description

See `references/skill_lifecycle.md`.

5. Validate and package

Single skill:

python3 ~/.claude/skills/skill-creator/scripts/quick_validate.py <path/to/skill-dir>
python3 ~/.claude/skills/skill-creator/scripts/package_skill.py <path/to/skill-dir> ./dist

Entire repo (this skill bundle):

bash ai-skill-manager/scripts/validate_all_skills.sh /path/to/Agentic-Enteprises-Skill

See `references/validation_packaging.md`.

6. Security and supply chain

Review before org-wide install:

  • No secrets, API keys, or customer data in skills
  • Scripts: least privilege; no curl | bash patterns
  • description must not instruct bypassing safety or compliance
  • Third-party skills: same checklist + license note

See `references/portfolio_governance.md`.

Output standards

  • Inventory as table: name, purpose, triggers, overlap risk, last reviewed
  • Change proposals: what moves, which skills get updated cross-links
  • Deprecation notice: replacement skill name and migration sentence for description

When to load references

  • Inventory and catalogreferences/catalog_inventory.md
  • Review checklistreferences/quality_standards.md
  • Dedup and routingreferences/routing_and_overlap.md
  • Split/merge/deprecatereferences/skill_lifecycle.md
  • validate/package commandsreferences/validation_packaging.md
  • RACI and publish policyreferences/portfolio_governance.md

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.