VoxTechnologies

76 mods across 2 repositories, 10 stars between them.

feature-reviewer

49

VoxTechnologies/transmute-framework

Agent

Code review gate teammate. Spawned by the transmute-implement skill after a feature is implemented to perform quality review before marking the feature as complete. Read-only access — cannot modify code. Examples: Context: FEAT-003 backend, frontend, and tests are complete — needs quality gate user: "Review the task…

4 1mo ago A 222 tokens original MIT

feature-tests

50

VoxTechnologies/transmute-framework

Agent

E2E test writing teammate. Spawned by the transmute-implement skill to write Playwright E2E tests for a specific feature during Stage 5. Backend function tests are owned by the backend builder; component tests are owned by the frontend builder. Examples: Context: Backend and frontend are complete for FEAT-003, needs…

4 1mo ago A 244 tokens original MIT

prd-writer

51

VoxTechnologies/transmute-framework

Agent

PRD generation teammate. Spawned by the transmute-prd skill or transmute-pipeline agent to write specific sections of the Product Requirement Document. Handles product overview, features, UX, technical specs, or testing sections. Examples: Context: The transmute-prd skill needs to generate PRD sections in parallel…

4 1mo ago A 254 tokens original MIT

transmute-pipeline

52

VoxTechnologies/transmute-framework

Agent

Orchestrates the full Transmute pipeline from business plan to production. Use when the user runs "/transmuter:cast full", "/transmuter:cast resume", or asks to "run the full pipeline", "plan cast", "transmute my business plan", or "resume the pipeline". Examples: Context: User wants to build a complete product from…

4 1mo ago A 210 tokens original MIT

audit-a11y

54

VoxTechnologies/transmute-framework

Skill Claude CodeCodex

Performs a multi-agent WCAG accessibility audit of the frontend codebase. This skill should be used when the user asks to "audit accessibility", "check WCAG compliance", "run an accessibility review", "a11y audit", "check screen reader support", "fix accessibility issues", or "verify keyboard navigation", or when the…

4 1mo ago A 86 tokens original MIT

audit-completeness

55

VoxTechnologies/transmute-framework

Skill Claude CodeCodex

Audits the codebase to verify every PRD feature is fully implemented, not just scaffolded. This skill should be used when the user asks to "audit implementation completeness", "check for stubs", "detect stub components", "run implementation audit", "run Stage 5B", "verify feature completeness", or "find unfinished…

4 1mo ago A 91 tokens original MIT

audit-security

56

VoxTechnologies/transmute-framework

Skill Claude CodeCodex

Performs a multi-agent security audit checking authentication, input validation, data exposure, and infrastructure. This skill should be used when the user asks to "audit security", "run a security review", "check for vulnerabilities", "security scan", "check auth", "find security issues", or "harden security", or…

4 1mo ago B 83 tokens original MIT

brd

57

VoxTechnologies/transmute-framework

Skill Claude CodeCodex

Generates a comprehensive Business Requirement Document (BRD) from a business plan using parallel agent teams. This skill should be used when the user asks to "generate BRD", "create business requirements document", "run Stage 1", "generate business requirements", "create BRD from business plan", or when the…

4 1mo ago A 79 tokens original MIT

docs

58

VoxTechnologies/transmute-framework

Skill Claude CodeCodex

Generates developer documentation (API reference, developer guide) and user-facing help docs organized by user journey. This skill should be used when the user asks to "generate documentation", "create API docs", "write developer guide", "generate help docs", "create onboarding docs", "document the codebase", or…

4 1mo ago A 87 tokens original MIT

feedback

59

VoxTechnologies/transmute-framework

Skill Claude CodeCodex

Processes user feedback batches through the spec-update-code-test-docs chain. This skill should be used when the user asks to "process user feedback", "run the feedback loop", "analyze user feedback", "implement feedback changes", "triage support tickets", "run stage 8", "process feedback batch", or "update specs from…

4 1mo ago A 88 tokens original MIT

harden

60

VoxTechnologies/transmute-framework

Skill Claude CodeCodex

Hardens error handling, network failure recovery, and edge case resilience across the product. This skill should be used when the user asks to "harden error handling", "add resilience", "handle network failures", "add retry logic", "add circuit breakers", "handle edge cases", or "improve error recovery" — or when the…

4 1mo ago A 85 tokens original MIT

implement

61

VoxTechnologies/transmute-framework

Skill Claude CodeCodex

Orchestrates full-product feature implementation using parallel backend, frontend, and test agents. This skill should be used when the user asks to "implement features", "build the product", "run feature implementation", "orchestrate implementation", "run Stage 5", "start the feature build", or "implement from PRD"…

4 1mo ago A 84 tokens original MIT

maintain

62

VoxTechnologies/transmute-framework

Skill Claude CodeCodex

Updates dependencies, applies security patches, and manages package versions on a regular cadence. This skill should be used when the user asks to "update dependencies", "run dependency maintenance", "check for outdated packages", "apply security patches", "update npm packages", "run stage 9", "check for…

4 1mo ago A 86 tokens original MIT

optimize

63

VoxTechnologies/transmute-framework

Skill Claude CodeCodex

Audits and optimizes frontend, backend, and perceived performance against PRD budgets. This skill should be used when the user asks to "optimize performance", "run a performance audit", "improve page speed", "check Lighthouse scores", "fix Core Web Vitals", "reduce bundle size", "optimize queries", or "improve loading…

4 1mo ago A 93 tokens original MIT

polish

64

VoxTechnologies/transmute-framework

Skill Claude CodeCodex

Applies visual polish and UI refinements to elevate aesthetic quality before deployment. This skill should be used when the user asks to "run visual polish", "polish the UI", "run Stage 6P", "fix visual defects", "enhance the UI", "improve the app aesthetics", "run UI refinement", "apply visual enhancements", or "fix…

4 1mo ago A 99 tokens original MIT

prd

65

VoxTechnologies/transmute-framework

Skill Claude CodeCodex

Generates a development-ready Product Requirement Document (PRD) from the BRD using parallel agent teams. This skill should be used when the user asks to "generate PRD", "create product requirements document", "run Stage 2", "generate product requirements", "create PRD from BRD", "translate BRD to PRD", or when the…

4 1mo ago A 87 tokens original MIT

prelaunch

66

VoxTechnologies/transmute-framework

Skill Claude CodeCodex

Performs a comprehensive pre-launch verification checklist before production deployment. This skill should be used when the user asks to "run pre-launch checks", "verify launch readiness", "check production configuration", "validate deployment readiness", "generate launch checklist", "are we ready to go live", or "can…

4 1mo ago A 83 tokens original MIT

redesign

67

VoxTechnologies/transmute-framework

Skill Claude CodeCodex

Performs a comprehensive frontend design elevation with interactive design discovery. This skill should be used when the user asks to "redesign the frontend", "run a design overhaul", "rebrand the UI", "run Stage 6P-R", "new visual identity", "elevate the frontend design", "run frontend redesign", "design elevation"…

4 1mo ago A 99 tokens original MIT

refactor

68

VoxTechnologies/transmute-framework

Skill Claude CodeCodex

Audits the codebase for code quality issues and refactors without changing external behavior. This skill should be used when the user asks to "refactor the codebase", "clean up code quality", "eliminate duplication", "improve abstractions", "enforce consistency", "remove dead code", or "optimize architecture" — or…

4 1mo ago A 88 tokens original MIT

remediate

69

VoxTechnologies/transmute-framework

Skill Claude CodeCodex

Auto-fixes runtime issues found during visual verification (Stage 6V) using a categorized fix-verify cycle. This skill should be used when the user asks to "run runtime remediation", "fix 6V failures", "run Stage 6R", "auto-fix verification issues", "remediate runtime issues", "fix the verification report failures"…

4 1mo ago A 101 tokens original MIT

scaffold

70

VoxTechnologies/transmute-framework

Skill Claude CodeCodex

Generates a complete project code skeleton from the PRD with full traceability to specifications. This skill should be used when the user asks to "generate project scaffolding", "scaffold the codebase", "create the code skeleton", "generate the project structure", "run Stage 3", or "scaffold from PRD", or when the…

4 1mo ago A 86 tokens original MIT

seed-data

71

VoxTechnologies/transmute-framework

Skill Claude CodeCodex

Generates comprehensive, realistic seed data for all environments (dev, test, demo, stress). This skill should be used when the user asks to "generate seed data", "create test data", "populate the database", "create demo data", "generate edge case data", or "set up seed scripts" — or when the transmute-pipeline agent…

4 1mo ago A 83 tokens original MIT

smoke

72

VoxTechnologies/transmute-framework

Skill Claude CodeCodex

Runs production smoke tests to verify the deployed application works correctly in the live environment. This skill should be used when the user asks to "run production smoke tests", "verify the production deployment", "smoke test the live app", "check if production is working", "run post-deployment verification", "run…

4 1mo ago A 94 tokens original MIT