Browse
301 extensions
Documentation And Adrs
addyosmani
Records decisions and documentation. Use when making architectural decisions, changing public APIs, shipping features, or when you need to record context that future engineers and agents will need to understand the codebase.
List Calendar Events
levio
tool extension from Levio
Append Journal Entry
nexalog
tool extension from Nexalog
Run Agent Task
koforje
tool extension from Koforje
Create Task
levio
tool extension from Levio
Security And Hardening
addyosmani
Hardens code against vulnerabilities. Use when handling user input, authentication, data storage, or external integrations. Use when building any feature that accepts untrusted data, manages user sessions, or interacts with third-party services.
Financial Prediction Engine
fylo
skill extension from Fylo
List Tasks
levio
tool extension from Levio
Create Calendar Event
levio
tool extension from Levio
List Agent Runs
koforje
tool extension from Koforje
Update Calendar Event
levio
tool extension from Levio
Create Task
levio
tool extension from Levio
Planning And Task Breakdown
addyosmani
Breaks work into ordered tasks. Use when you have a spec or clear requirements and need to break work into implementable tasks. Use when a task feels too large to start, when you need to estimate scope, or when parallel work is possible.
List Tasks
levio
tool extension from Levio
Deprecation And Migration
addyosmani
Manages deprecation and migration. Use when removing old systems, APIs, or features. Use when migrating users from one implementation to another. Use when deciding whether to maintain or sunset existing code.
List Deploys
koforje
tool extension from Koforje
Code Review And Quality
addyosmani
Conducts multi-axis code review. Use before merging any change. Use when reviewing code written by yourself, another agent, or a human. Use when you need to assess code quality across multiple dimensions before it enters the main branch.
Behavior Pattern Detector
fylo
skill extension from Fylo
Browser Testing With Devtools
addyosmani
Tests in real browsers. Use when building or debugging anything that runs in a browser. Use when you need to inspect the DOM, capture console errors, analyze network requests, profile performance, or verify visual output with real runtime data via Chrome DevTools MCP.
Api And Interface Design
addyosmani
Guides stable API and interface design. Use when designing APIs, module boundaries, or any public interface. Use when creating REST or GraphQL endpoints, defining type contracts between modules, or establishing boundaries between frontend and backend.