Agent Skills by Yuu
Showing 23 vetted skills indexed across 1 GitHub repositories.
setup-matt-pocock-skills
Configures issue tracker, triage labels, and domain docs for engineering skills in AGENTS.md or CLAUDE.md.
durable-objects
Create and review Cloudflare Durable Objects for stateful coordination, RPC, SQLite storage, alarms, and WebSockets.
wrangler
Deploy and manage Cloudflare Workers, KV, R2, D1, and other bindings via the Wrangler CLI.
agents-sdk
Build stateful AI agents on Cloudflare Workers using the Agents SDK.
handoff
Write a handoff document summarizing the current conversation for a fresh agent session.
cloudflare
Guides Cloudflare platform development across Workers, storage, AI, networking, and security products.
improve-codebase-architecture
Identifies shallow modules and proposes deepening refactors to improve codebase testability and navigability.
triage
Triage GitHub issues through a label-driven state machine with agent briefs.
prototype
Build throwaway terminal or UI prototypes to validate logic and design decisions.
diagnose
Diagnose hard bugs and performance regressions through a structured reproduce-hypothesise-fix workflow.
to-issues
Converts plans and specs into vertical-slice issues on a project issue tracker.
cloudflare-email-service
Send and receive transactional emails using Cloudflare Email Service bindings, REST API, and Email Routing.
zoom-out
Generates a high-level map of relevant modules and callers for unfamiliar code.
write-a-skill
Create new agent skills with proper structure, frontmatter, and bundled resources.
workers-best-practices
Reviews and authors Cloudflare Workers code against current production best practices.
sandbox-sdk
Build sandboxed code execution environments on Cloudflare Workers using the Sandbox SDK.
grill-with-docs
Interrogates plans against domain glossaries and records decisions in CONTEXT.md and ADR files.
web-perf
Audits web performance using Chrome DevTools MCP to measure Core Web Vitals and identify optimization opportunities.
caveman
Compresses AI responses into terse fragments by removing filler while preserving technical accuracy.
tdd
Guides test-driven development using the red-green-refactor loop with vertical slicing.
grill-me
Interviews the user question-by-question to stress-test plans and resolve design decisions.
to-prd
Generates a PRD from conversation context and publishes it to the project issue tracker.
turnstile-spin
Automates end-to-end Cloudflare Turnstile setup including widget creation, Worker deployment, and frontend integration.
Frequently Asked Questions About Yuu
FAQPage SchemaWhat tasks can I accomplish with tokisakiyuu's skills?▼
You can build and review Cloudflare Workers, Durable Objects, Agents SDK apps, and sandboxed code execution environments; send transactional email via Cloudflare Email Service; set up Turnstile bot protection; audit web performance; and run disciplined engineering loops like TDD, bug diagnosis, issue triage, PRD creation, and architecture improvement.
Who are these skills designed for?▼
They target software engineers and platform developers building on Cloudflare's edge stack (Workers, KV, R2, D1, Vectorize, Queues), plus teams wanting structured practices: red-green-refactor TDD, reproduce-minimise-instrument bug diagnosis, tracer-bullet issue breakdown, and ADR-informed architecture reviews.
How do I use these skills in practice?▼
Run setup-matt-pocock-skills first to configure the AGENTS.md/CLAUDE.md block with your issue tracker, triage labels, and docs layout. Then invoke skills by intent: load wrangler before running wrangler commands, load durable-objects when building stateful coordination, or say 'diagnose this' to start the bug diagnosis loop.
What prerequisites or dependencies do these skills require?▼
Cloudflare skills assume a Cloudflare account and wrangler configuration (wrangler.jsonc); web-perf requires Chrome DevTools MCP access; process skills like triage and to-issues expect an issue tracker (GitHub or local markdown) plus CONTEXT.md and docs/adr/ for architecture and grilling sessions.
Do these skills stay current with Cloudflare documentation?▼
Yes. The Cloudflare skills (wrangler, durable-objects, agents-sdk, sandbox-sdk, workers-best-practices, cloudflare) explicitly bias toward retrieval from current Cloudflare documentation over pre-trained knowledge, ensuring syntax, bindings, and configuration guidance reflect the latest platform behavior.