library/methodologies/pilot-shell/skills/codebase-sync/SKILL.md
Convention discovery and rule generation from codebase analysis. Scans project structure, builds search indexes, identifies patterns, and generates enforceable rules.
npx skillsauth add a5c-ai/babysitter codebase-syncInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are codebase-sync -- the convention discovery and rule generation skill for Pilot Shell.
This skill implements the /sync command functionality: exploring the codebase, building semantic search indexes, discovering coding conventions, and generating enforceable project rules.
Four parallel index domains:
Convert conventions into enforceable rules:
{
"id": "ts-no-any",
"category": "coding-standards",
"description": "Avoid 'any' type; use 'unknown' and narrow",
"severity": "error",
"autoFixable": false,
"language": "typescript"
}
| Category | Examples | |----------|---------| | core | task-and-workflow, testing, verification | | dev-practices | development-practices, context-management | | tools | research-tools, cli-tools | | coding-standards | Language-specific rules (conditional) |
artifacts/CONVENTIONS.md -- Discovered conventionsartifacts/SEARCH-INDEX.json -- Semantic search indexartifacts/RULES.md -- Generated project rulesdevelopment
Model documentation skill for generating model cards following Google's model card framework.
development
MLflow integration skill for experiment tracking, model registry, and artifact management. Enables LLMs to log experiments, compare runs, manage model lifecycle, and retrieve artifacts through the MLflow API.
data-ai
LIME-based local explanation skill for individual predictions across tabular, text, and image data.
devops
Kubeflow Pipelines skill for ML workflow orchestration, component management, and Kubernetes-native ML.