askill
ryanthedev

ryanthedev

Publisher on askill

611 total stars
Skills14
Updated 3/17/2026
GitHub
aposd-verifying-correctness
aposd-verifying-correctness
ryanthedev3/17/2026

Use after implementing code. Triggers on: is it done, ready to commit, verify correctness, did I miss anything, pre-commit check.

172
AI 92
aposd-optimizing-critical-paths
aposd-optimizing-critical-paths
ryanthedev2/4/2026

Optimize performance through mandatory measure-first workflow with 3 stages: MEASURE (gate) -> FUNDAMENTAL FIX -> CRITICAL PATH REDESIGN. Use when code is too slow, laggy, hangs, doesn't scale, has ti...

68
prototype
prototype
ryanthedev2/4/2026

Validate technical feasibility with minimum code before full implementation. Prove ONE atomic question ('Can I X?') through 6-phase workflow: SCOPE, CONTEXT, MINIMUM, EXECUTE, VERIFY, CAPTURE. Use whe...

62
AI 95
cc-data-organization
cc-data-organization
ryanthedev2/4/2026

Audit and fix data organization: variable declarations, data types, magic numbers, naming conventions, and global data. Three modes: CHECKER (92-item checklist -> status table), APPLIER (type selectio...

62
AI 82
cc-documentation-quality
cc-documentation-quality
ryanthedev2/4/2026

Review documentation quality across README, comments, API docs, changelog, and AI documentation (CLAUDE.md, .cursorrules, copilot-instructions). Use when checking if documentation matches code, commen...

62
cc-quality-practices
cc-quality-practices
ryanthedev2/4/2026

Execute quality checklists (112+ items) for code review, testing strategy, and debugging. CHECKER mode audits QA practices with evidence tables. APPLIER mode generates test cases (5:1 dirty ratio), ru...

56
AI 88
code-foundations
code-foundations
ryanthedev2/4/2026

Classify code tasks and execute task-specific checklists with quality gates. Route to WRITE, DEBUG, REVIEW, OPTIMIZE, REFACTOR, SIMPLIFY, or SECURE workflows, each invoking relevant CC and APOSD skill...

56
AI 85
improving-code-clarity
improving-code-clarity
ryanthedev1/25/2026

Use when code needs better naming, documentation, or is "confusing" or "hard to understand".

13
AI 95
verifying-correctness
verifying-correctness
ryanthedev2/7/2026

Use before claiming code is "done", after implementation, before commit. Checks requirements coverage, concurrency, error handling, resources, boundaries, and security.

13
AI 92
designing-deep-modules
designing-deep-modules
ryanthedev2/7/2026

Use when designing interfaces before implementation, creating new classes or services, or asked to "design", "create class", "add module", or "implement feature".

13
AI 92
reviewing-module-design
reviewing-module-design
ryanthedev2/7/2026

Use when reviewing code, assessing interfaces, during PR review, or when asked "is this too complex?" or "is this design good?"

13
AI 89
strategic-coding
strategic-coding
ryanthedev2/7/2026

Use when writing code, implementing features, executing plans, building, creating, modifying, fixing bugs, or refactoring.

13
AI 82
clean
clean
ryanthedev3/12/2026

Intelligent environment reset for React Native projects — diagnoses stale caches before cleaning instead of blindly nuking everything. Triggers on "clean build", "reset caches", "fresh start", "metro...

4
AI 88
coding
coding
ryanthedev3/12/2026

React Native coding guidance — consults official docs before writing code and suggests verification after. Use when writing components, implementing features, building screens, fixing queries, or addi...

4
AI 82
Showing all 14 skills.