library/methodologies/cog-second-brain/skills/braindump-capture/SKILL.md
Capture raw thoughts with automatic domain classification and vault routing
npx skillsauth add a5c-ai/babysitter cog-braindump-captureInstall 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.
Capture raw, unstructured thoughts and automatically classify them by domain (personal, professional, project-specific) for routing to appropriate vault sections.
file-read to load user profile from 00-inbox for classification contextfile-write to create classified entries in appropriate vault directoriesfile-search to find related existing entries for cross-referencingfile-write to add cross-references to new and existing entriesgit-commit to commit captured content{
"vaultPath": "./cog-vault",
"captureType": "braindump",
"content": "Had a great idea about the auth system redesign. Also need to book vacation for July. The React 19 features look promising for our dashboard project.",
"targetQuality": 80
}
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.