tyecode
- 20 skills
- 0 followers
- 1 day ago last updated
- ▌ Dev Tool UI 2 · tyecodeGenerates clean, modern, dark-mode-first developer tool and SaaS interfaces inspired by bypass.tools using Next.js, Tailwind CSS, shadcn/ui, Lucide Icons, and Framer Motion. Use when designing or building web pages, dashboards, landing sections, or React UI components.
- ▌ Tdd · tyecodeEnforces test-driven development — failing test written before any implementation code. Use when adding features, fixing bugs, writing tests, or when user says "use TDD".
- ▌ Notes · tyecode bundleLightweight project logging via NOTES.md. Use with /logday, /recap, /decision, /idea.
- ▌ Dev Tool UI · tyecodeGenerates clean, modern, dark-mode-first developer tool and SaaS interfaces inspired by bypass.tools using Next.js, Tailwind CSS, shadcn/ui, Lucide Icons, and Framer Motion. Trigger automatically whenever creating web pages, dashboards, landing sections, or React UI components.
- ▌ Release · tyecodeStamps the changelog, bumps the version, pushes the tag, and publishes the GitHub Release with the release notes.
- ▌ Diagnose · tyecodeRuns a disciplined diagnosis loop for hard bugs and performance regressions. Use when user says "diagnose this" / "debug this", reports a bug, or describes a performance regression.
- ▌ Security · tyecodePassive guardrail that enforces a security checklist for full-stack development. Install globally — automatically runs before any feature touching user input, auth, data storage, or API endpoints is marked complete.
- ▌ Zoom Out · tyecodeInstructs the agent to map the call chain and boundaries before making changes, providing broader context or a higher-level perspective. Use when unfamiliar with a section of code or needing to understand how it fits into the bigger picture.
- ▌ Caveman · tyecodeActivates an ultra-compressed communication mode that cuts token usage ~75% by dropping filler while keeping full technical accuracy. Use when user says "caveman mode", "be brief", or invokes /caveman.
- ▌ Handoff · tyecodeCompacts the current conversation into a handoff document so another agent can continue the work. Use when handing off to another agent, starting a new session, or passing work context to another developer.
- ▌ Changelog · tyecodeCheck all changes from the previous tag until the latest commit and update CHANGELOG.md with clean, user-focused release notes.
- ▌ Grill Me · tyecodeInterviews the user about a plan until requirements are fully resolved and shared understanding is reached. Use when user mentions "grill me", requirements are vague, or before starting something significant.
- ▌ API Design · tyecodeEnforces Stripe API design principles for consistency, idempotency, and backwards compatibility. Use when designing endpoints, defining data models, or building REST/GraphQL interfaces.
- ▌ Resilience · tyecodePassive guardrail that enforces Netflix Chaos Engineering principles. Install globally — automatically applies circuit breakers, fallbacks, and chaos hypotheses whenever writing code that touches external dependencies.
- ▌ Git Workflow · tyecodePassive guardrail that enforces Git workflow guidelines. Install globally — the agent applies commit conventions, branch naming, and PR rules automatically without being asked.
- ▌ Secure Commit · tyecode bundlePre-commit safety check and passive guardrail against sensitive files. Invoke with /secure-commit to scan staged files or audit git history. Install globally to block leaks automatically before every commit.
- ▌ Write A Skill · tyecode bundleCreates new agent skills with proper structure, progressive disclosure, and bundled resources. Use when user wants to create, write, or build a new skill.
- ▌ Incident Commander · tyecodeRuns Google SRE Incident Management (IMAG) — prioritizes mitigation over root cause and generates a postmortem. Use when debugging a live production issue, outage, or critical bug.
- ▌ Working Backwards · tyecodeApplies Amazon's Working Backwards method by writing a PR/FAQ before any code is written. Use when proposing or designing a new feature or product to ensure customer value before coding.
- ▌ Karpathy Guidelines · tyecodePassive guardrail that reduces common LLM coding mistakes. Install globally — enforces think-before-coding, simplicity, and surgical changes automatically whenever writing or reviewing code.