Taisei Ozaki
Community@del-taiseiozaki · Osaka
Agent Skills by Taisei Ozaki
Showing 13 vetted skills indexed across 1 GitHub repositories.
context-loader
Load shared project context from the .claude directory for Gemini CLI.
update-design
Extract conversation decisions and update DESIGN.md Markdown sections with a dated changelog entry.
init
Detect tech stack and commands from project files to update AGENTS.md top sections.
startproject
Coordinate multi-agent project kickoff and planning across Claude, Codex, and Gemini.
plan
Generate structured implementation plans with requirements, tasks, and acceptance criteria.
design-tracker
Record design decisions from conversations into DESIGN.md and the changelog.
research-lib
Research libraries from official docs and generate Markdown documentation.
gemini-system
Analyze large codebases and documents with Gemini CLI subagents.
update-lib-docs
Update library documentation in .claude/docs/libraries with web-sourced version and security changes.
checkpointing
Capture CLI logs and Git activity into centralized checkpoint files.
simplify
Analyze Python code complexity and apply safe refactoring techniques.
codex-system
Consult Codex CLI for design, debugging, and code review decisions.
tdd
Drive Python feature implementation with failing tests and pytest.