Instructions file CodexOpenCode
Instructions for jellydn/zed-101-setup, covering agents.md, repo overview, developer commands, readme generation and jsonc caveat.
Instructions file CodexOpenCode
Instructions for jellydn/zed-101-setup, covering agents.md, repo overview, developer commands, readme generation and jsonc caveat.
Plugin Claude Code
Marketplace for my-ai-tools plugins.
Instructions file CodexOpenCode
Instructions for jellydn/my-ai-tools, covering agent instructions, what this is, essential commands, workflow and cli.sh flags.
Instructions file Gemini CLI
Instructions for jellydn/my-ai-tools, covering π€ gemini cli agent guidelines - my-ai-tools, π project overview, π οΈ key commands, installation & sync and development & testing.
Skill Claude CodeCodex
Guides disciplined AI-assisted engineering that avoids cognitive surrender and keeps humans accountable. Use for non-trivial implementation, architecture, security, or operational tasks.
Skill Claude CodeCodex
Record architecture decisions with ADRs β captures why, alternatives considered, and consequences.
Skill Claude CodeCodex
Find unknown unknowns before starting implementation β searches git history, patterns, and architecture for hidden gotchas.
Skill Claude CodeCodex
Experiment with model capabilities β HTML reports, embedded questionnaires, proactive research, multi-step reasoning.
Skill Claude CodeCodex
Run an extremely strict maintainability and structural code quality review β flags abstraction issues, spaghetti growth, and boundary leaks.
Skill Claude CodeCodex
Review the diff since a fixed point along two axes β Conventions (does the code follow this repo's coding standards and Tidy First practices?) and Intent (does the change do what it claims to do?). Runs both reviews in parallel sub-agents and reports them side by side. Use when you want to review a branch, a PRβ¦
Skill Claude CodeCodex
Map codebase structure with parallel analysis β produces 7 documents about architecture, concerns, and conventions.
Skill Claude CodeCodex
Group staged changes into atomic commits with commitizen convention.
Skill Claude CodeCodex
Discover context using MCP tools β fff, sem, ctx, qmd, codebase-memory-mcp for codebase understanding.
Skill Claude CodeCodex
Search project documentation β ADRs, wiki entries, conventions via ripgrep, qmd, fff, and ctx.
Skill Claude CodeCodex
Update docs when code changes β reviews commits and syncs user-facing documentation.
Skill Claude CodeCodex
Draft pull requests with structured descriptions using gh CLI.
Skill Claude CodeCodex
Search git history for context β commit messages, blame, related changes, impact analysis.
Skill Claude CodeCodex
Create handoff plans for continuing work across sessions.
Skill Claude CodeCodex
Log implementation decisions β tracks deviations from plan and captures rationale.
Skill Claude CodeCodex
Build a persistent compounding wiki from raw sources using the LLM Wiki pattern.
Skill Claude CodeCodex
Coordinates a strong read-only lead with a cheaper implementation executor. Use for non-trivial coding tasks that benefit from separate planning, execution, and independent verification.
Skill Claude CodeCodex
Resume work from previous handoff sessions stored in .planning/handoffs/.
Skill Claude CodeCodex
Turn ideas into executable goal packages with guided interviews and codebase analysis.
Skill Claude CodeCodex
Replace port numbers with stable named .localhost URLs for local development.