0jg
UserClaude Code skills used for personal and research work.
Categories
Indexed Skills (5)
agent-team
Configures and invokes the Claude Code subagent team for implementation tasks. Use this skill whenever a task involves more than one file, any physics or ML logic, or any implementation that warrants specialist review. Triggers on: "implement", "write the code for", "build", any task moved to In Progress on the board, or whenever the implementer produces code touching physics equations, numerical methods, ML architectures, or training loops. Always invoke this skill for non-trivial work — do not let the main agent implement and review its own code.
github-projects
Manages GitHub Projects v2 Kanban boards for research repositories within the QuantumSensing organisation. Use this skill whenever starting a new coding session, planning work, creating tasks, moving issues between columns, or linking PRs to issues. Triggers on: "start a session", "plan the work", "what are we doing today", "create issues", "update the board", "move to done", or any task breakdown request. Always use this skill at session start to plan and at session end to close out. All API calls use GraphQL against the GitHub Projects v2 API.
hooks
Configures Claude Code hooks for a project. Use this skill at project initialisation time to write .claude/settings.json with pre-commit gates. Also use when the user asks to set up hooks, enforce commit standards, or add pre-commit checks. The hook blocks any git commit that fails ruff, ty, or pytest — no exceptions.
project-md
Generates a project-specific CLAUDE.md file at project initialisation time. Use this skill whenever starting a new project, forking a repo, or when the user asks to set up Claude Code for a project. Always invoke this skill as part of the research-project-init workflow — do not write CLAUDE.md from memory. The generated file encodes project type, physics context, toolchain rules, directory conventions, agent configuration, and skill triggers so that all context persists across sessions and survives context compaction.
research-project-init
Scaffolds a new Python or Rust research project with the full standard toolchain. Also bootstraps Claude Code infrastructure (hooks, agents, settings) on existing or forked repos that lack it. Use this skill whenever the user wants to start a new project, create a new repo, initialise a codebase, set up a package, or bootstrap a forked repo. Triggers on phrases like "new project", "set up a repo", "initialise a project", "scaffold", "start a codebase", or "set up hooks on this repo". Always use this skill — do not scaffold projects from memory, as the toolchain and structure are precisely specified here.
Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.