Agent Skills by asitaka
Showing 15 vetted skills indexed across 1 GitHub repositories.
context-loader
Loads coding rules and library constraints from the .claude directory for tasks.
update-design
Record and update design decisions in `.claude/docs/DESIGN.md` from conversation content.
init
Analyze project structure to detect tech stack and update AGENTS.md.
startproject
Analyze existing codebases and generate project plans via Gemini and Codex CLIs.
plan
Generate detailed implementation plans by analyzing requirements and codebase.
design-tracker
Track project design decisions and update DESIGN.md documentation.
team-review
Spawn specialized AI agents to review code for security, quality, and test coverage.
research-lib
Researches software libraries and generates structured Markdown documentation in .claude/docs/libraries/.
gemini-system
Analyze large codebases and extract multimodal content using Gemini's 1M context window.
update-lib-docs
Update library documentation with latest versions and breaking changes.
checkpointing
Capture session context into a Markdown checkpoint file.
simplify
Refactor existing code by applying single responsibility, short functions, and type hints.
codex-system
Design architectures, plan implementations, generate code, and debug within sandbox environments.
tdd
Guide feature implementation through the Red-Green-Refactor TDD cycle.
team-implement
Orchestrates parallel software implementation by AI agents with file ownership and task dependencies.