← all publishers

maplin-co

@maplin-co source repo

33 published skills

  1. Memory System · maplin-co
    Use when persisting learnings, loading previous context, or searching past decisions - covers memory file structure, tools, and when to update each file
    1 install
  2. Skill Creator · maplin-co
    Guide for creating effective skills. Use when creating a new skill or updating an existing skill that extends an agent's capabilities with specialized knowledge, workflows, or tool integrations.
    1 install
  3. Writing Plans · maplin-co
    Use when design is complete and you need detailed implementation tasks for engineers with zero codebase context - creates comprehensive implementation plans with exact file paths, complete code examples, and verification steps assuming engineer has minimal domain knowledge
    1 install
  4. Sharing Skills · maplin-co
    Use when you've developed a broadly useful skill and want to contribute it upstream via pull request - guides process of branching, committing, pushing, and creating PR to contribute skills back to upstream repository
    1 install
  5. Writing Skills · maplin-co bundle
    Use when creating new skills, editing existing skills, or verifying skills work before deployment - applies TDD to process documentation by testing with subagents before writing, iterating until bulletproof against rationalization
    1 install
  6. Chrome Devtools · maplin-co bundle
    Chrome DevTools for debugging, performance analysis, and browser automation. Use when debugging web apps, analyzing performance, inspecting network requests, or automating browser interactions.
    1 install
  7. Executing Plans · maplin-co
    Use when partner provides a complete implementation plan to execute in controlled batches with review checkpoints - loads plan, reviews critically, executes tasks in batches, reports for review between batches
    1 install
  8. Defense In Depth · maplin-co
    Use when invalid data causes failures deep in execution, requiring validation at multiple system layers - validates at every layer data passes through to make bugs structurally impossible
    1 install
  9. Root Cause Tracing · maplin-co bundle
    Use when errors occur deep in execution and you need to trace back to find the original trigger - systematically traces bugs backward through call stack, adding instrumentation when needed, to identify source of invalid data or incorrect behavior
    1 install
  10. Session Management · maplin-co
    Use when context is growing large, switching tasks, or needing previous session context - covers thresholds, session tools, and workflow patterns
    1 install
  11. Accessibility Audit · maplin-co
    Use when auditing UI components or pages for accessibility compliance, checking WCAG conformance, identifying keyboard navigation issues, color contrast problems, and pre-launch accessibility verification
    1 install
  12. Design System Audit · maplin-co
    Use when auditing existing design systems for consistency, documenting undocumented design tokens, identifying design debt, preparing for design system refactoring, or comparing implementation vs design specs
    1 install
  13. Using Git Worktrees · maplin-co
    Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification
    1 install
  14. Systematic Debugging · maplin-co
    Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes - four-phase framework (root cause investigation, pattern analysis, hypothesis testing, implementation) that ensures understanding before attempting solutions
    1 install
  15. Testing Anti Patterns · maplin-co
    Use when writing or changing tests, adding mocks, or tempted to add test-only methods to production code - prevents testing mock behavior, production pollution with test-only methods, and mocking without understanding dependencies
    1 install
  16. Requesting Code Review · maplin-co bundle
    Use when completing tasks, implementing major features, or before merging to verify work meets requirements - dispatches review subagent to review implementation against plan or requirements before proceeding
    1 install
  17. Condition Based Waiting · maplin-co bundle
    Use when tests have race conditions, timing dependencies, or inconsistent pass/fail behavior - replaces arbitrary timeouts with condition polling to wait for actual state changes, eliminating flaky tests from timing guesses
    1 install
  18. Test Driven Development · maplin-co
    Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first
    1 install
  19. Dispatching Parallel Agents · maplin-co
    Use when facing 3+ independent failures that can be investigated without shared state or dependencies - dispatches multiple Claude agents to investigate and fix independent problems concurrently
    1 install
  20. Subagent Driven Development · maplin-co
    Use when executing implementation plans with independent tasks in the current session - dispatches fresh subagent for each task with code review between tasks, enabling fast iteration with quality gates
    1 install
  21. Testing Skills With Subagents · maplin-co
    Use when creating or editing skills, before deployment, to verify they work under pressure and resist rationalization - applies RED-GREEN-REFACTOR cycle to process documentation by running baseline without skill, writing to address failures, iterating to close loopholes
    1 install
  22. Finishing A Development Branch · maplin-co
    Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup
    1 install
  23. Prd · maplin-co
    Create Product Requirements Documents (PRDs) that define the end state of a feature. Use when planning new features, migrations, or refactors. Generates structured PRDs with acceptance criteria.
    1 install
  24. Beads · maplin-co bundle
    Multi-agent task coordination using Beads Village plugin tools. Use when work spans multiple sessions, has dependencies, needs file locking, or requires agent coordination. Covers claim/reserve/done cycle, dependency management, hierarchical decomposition, and session protocols.
    1 install
  25. Figma · maplin-co
    Access Figma design data via Framelink MCP. Fetch layout, styles, components from Figma files/frames. Use when implementing UI from Figma designs, extracting design tokens, or downloading assets.
    1 install
  26. Ralph · maplin-co
    Use when running autonomous agent loops for extended task completion without human intervention - handles PRD-driven development, migration tasks, or batch operations
    1 install
  27. Stitch · maplin-co bundle
    Google Stitch MCP for AI-powered UI design. Extract design context, generate code from designs, and create screens from descriptions. Use when working with Stitch designs and UI generation.
    1 install
  28. Supabase · maplin-co bundle
    Comprehensive Supabase platform MCP for database operations, edge functions, development tools, debugging, and project management. Use when working with Supabase projects, databases, or APIs.
    2 installs
  29. Playwright · maplin-co bundle
    Browser automation with Playwright MCP. Test pages, fill forms, take screenshots, check responsive design, validate UX, test login flows. Use when user wants to test websites or automate browser interactions.
    1 install
  30. Playwriter · maplin-co
    Browser automation via Chrome extension. Single execute tool with full Playwright API. Uses your existing browser with extensions, sessions, cookies. 90% less context than traditional browser MCP.
    1 install
  31. Using Skills · maplin-co
    Use when starting any conversation - establishes mandatory workflows for finding and using skills, including using Skill tool before announcing usage, following brainstorming before coding, and creating TodoWrite todos for checklists
    1 install
  32. Agent Browser · maplin-co
    Browser automation CLI for AI agents using Playwright
    1 install
  33. Brainstorming · maplin-co
    Use when creating or developing, before writing code or implementation plans - refines rough ideas into fully-formed designs through collaborative questioning, alternative exploration, and incremental validation. Don't use during clear 'mechanical' processes
    1 install