TSS-Blue-AI-Lab/ai-lab-agent-skills
Skill Claude CodeCodex
Interactively resolve open questions and documentation gaps in project docs. Scans all docs for unknowns, proposes resolutions from existing sources, and interviews the user for the rest. Writes answers back into the correct doc files. Use when: onboarding to a project with incomplete docs, preparing docs for a…
TSS-Blue-AI-Lab/ai-lab-agent-skills
Skill Claude CodeCodex
Create well-structured agent skills following cross-platform best practices. Use when building a new skill, improving an existing one, or creating automation for a recurring workflow.
TSS-Blue-AI-Lab/ai-lab-agent-skills
Skill Claude CodeCodex
Generate new reusable skills from git history, coding patterns, and team practices. The meta-skill: teaches the AI to create new skills. Use when: you have recurring patterns worth capturing, want to codify team knowledge, or need to create custom workflows for your project.
TSS-Blue-AI-Lab/ai-lab-agent-skills
Skill Claude CodeCodex
Audit rules and skills for semantic contradictions, redundancy, and staleness, then interactively resolve with the user. Use periodically when agent performance degrades or after adding many rules/skills.
TSS-Blue-AI-Lab/ai-lab-agent-skills
Skill Claude CodeCodex
Full test-driven development cycle: Red-Green-Refactor. Write tests first, then implement, then clean up. Use when: building new features with high confidence, or enforcing disciplined development practices.
TSS-Blue-AI-Lab/ai-lab-agent-skills
Skill Claude CodeCodex
Write comprehensive tests for existing code. Covers unit, integration, and E2E tests. Use when: adding tests to untested code, improving coverage, or ensuring a feature works before shipping.