create-or-audit-skill

Create or audit repository-specific skills with codebase file paths and verification steps.

9|2|Updated Nov 29, 2024
One-click install
npx skills add https://github.com/bbvch-ai/aihub-core --skill create-or-audit-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-or-audit-skill
Source: https://github.com/bbvch-ai/aihub-core/tree/main/.claude/skills/create-or-audit-skill
Command: npx skills add https://github.com/bbvch-ai/aihub-core --skill create-or-audit-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Generic, non-repo-specific skills waste AI context window space and fail to capture unique team workflows, leading to inconsistent processes and broken automations across the aihub-core codebase. This skill provides a standardized framework to create skills that encode repo-specific procedures and audit existing skills for quality and relevance.

Core Features & Use Cases

  • New Skill Creation: Guides engineers to build skills that reference real file paths, commands, and patterns unique to the aihub-core repository, ensuring they fail in other codebases.
  • Skill Auditing: Provides a 6-gate review protocol to identify generic, redundant, or low-quality skills that should be revised or removed.
  • Use Case: A team can use this skill to create a custom skill that encodes the exact steps to deploy a new LiteLLM provider integration, including required config file edits, registration steps, and validation commands, so every engineer follows the same proven process.

Quick Start

Use the create-or-audit-skill skill to build a new skill that captures the workflow for adding a new Dagster pipeline to the aihub-core codebase, including all required file paths and validation checks.

Frequently Asked Questions about create-or-audit-skill

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

FAQPage Schema
How do I create codebase-specific skills that encode repo-specific workflows?

To create codebase-specific skills, you must reference at least 3 real file paths, commands, or patterns unique to the aihub-core repository, include concrete verification steps, and avoid generic programming advice to ensure portability and quality.

What is the best way to audit existing skills for quality and redundancy?

Auditing existing skills requires a 6-gate review protocol to identify generic, non-repo-specific skills that waste AI context window space, checking for portability, redundancy, and concrete verification steps before revising or removing them.

Why do generic skills fail to capture unique team workflows?

Generic skills fail to capture unique team workflows because they lack references to real codebase-specific file paths and commands, leading to inconsistent processes, broken automations, and wasted AI context window space across the repository.

Can I use this framework to automate LiteLLM provider integration steps?

Yes, you can build a custom skill to encode exact deployment steps for a new LiteLLM provider integration, including required config file edits, registration steps, and validation commands so every engineer follows the same proven process.

How do I ensure a new Dagster pipeline workflow skill fails outside my codebase?

To ensure a Dagster pipeline workflow skill fails outside your codebase, you must reference at least 3 real file paths, commands, and patterns unique to the aihub-core repository, and include concrete validation checks rather than generic programming advice.