library/methodologies/cog-second-brain/skills/onboarding/SKILL.md
Personalize COG Second Brain workflow through role pack selection and vault initialization
npx skillsauth add a5c-ai/babysitter cog-onboardingInstall 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.
Personalize the COG Second Brain workflow by selecting a role pack, configuring integrations, and initializing the vault structure.
file-read to check for existing vault at the specified pathdirectory-create to build the COG directory structurefile-write to create profile.md in 00-inbox with role pack configurationgit-init to initialize Git repository in the vaultfile-write to create .gitignore with privacy-sensitive patternsgit-commit to commit initial vault structure{
"userName": "Alex",
"rolePack": "engineer",
"vaultPath": "./cog-vault",
"integrations": {
"github": { "org": "my-org", "repos": ["main-repo"] }
}
}
development
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.