← all publishers

erikpr1994

@erikpr1994 source repo

63 published skills

  1. Articulate · erikpr1994 bundle
    The conductor for turning rough thinking into published writing: mines raw material (from you, and — for a coding project — from the repo, git log, and PR descriptions) and shapes it into a finished piece for a chosen platform. Triggers on developing fragments or ideas before structure, shaping notes into an article, building a piece beat by beat as narrative, or writing a post for LinkedIn / a blog / Twitter. Not for code, PRs, or one-off copyedits.
    0
    installs
  2. Materialize · erikpr1994 bundle
    The conductor for non-trivial development work: takes an idea — however rough — all the way to shipped code, picking the right amount of process (a one-line fix vs. a full product spec) and driving it end to end rather than ad hoc. Triggers on mapping a loose idea into open questions, grilling a plan to shared understanding, researching unknowns, writing a PRD, breaking work into issues, technical or domain design, prototyping UI, implementing a feature, test-driven development, code review, independent verification, writing a PR description, debugging to root cause, improving architecture, or resolving merge conflicts. Not for one-off prose or writing tasks.
    0
    installs
  3. Teach · erikpr1994 bundle
    Teach the user a new skill or concept, within this workspace.
    0
    installs
  4. Source Triage · erikpr1994 bundle
    Triage the projects this fork learns from (the README Inspiration watch-list) — their code, open and closed issues, and discussions — against our fork, recording a verdict for each so we never re-analyse the same item twice. Use to sync the triage log across sources, find ideas to port into the fork, or review a single backlog item.
    0
    installs
  5. Writing For Agents · erikpr1994 bundle
    Reference for writing and editing any agent-facing artifact — the vocabulary and principles that make it predictable. Covers authoring a skill, agent instruction files, and rule files.
    0
    installs
  6. Test Driven Development · erikpr1994
    Use when implementing any feature, bugfix, or code change. Invoke BEFORE writing implementation code. The Iron Law - no production code without a failing test first.
    0
    installs
  7. Plan · erikpr1994
    Use when you have a spec or requirements for a multi-step task, before touching code. Triggers - plan, design, architect, implementation plan, spec, requirements.
    0
    installs
  8. Debug · erikpr1994
    Use when encountering bugs, test failures, or unexpected behavior. Hypothesis-driven debugging.
    0
    installs
  9. Gh CLI · erikpr1994
    GitHub CLI patterns for PR reviews, comments, and API operations. Use when working with gh api commands, especially for review threads and comments.
    0
    installs
  10. Execute · erikpr1994
    Use when following a written plan or task list. Checkpoint verification at each step. Triggers - execute plan, follow plan, implement plan, next step, continue, proceed.
    0
    installs
  11. Session · erikpr1994
    Use when work spans multiple phases, requires context handoff, or exceeds single conversation scope. Triggers - session, multi-phase, handoff, continue, resume, checkpoint, long-running.
    0
    installs
  12. Analytics · erikpr1994
    Use when implementing analytics, event tracking, or setting up dashboards. Covers privacy-first tracking, event patterns, and common analytics tools.
    0
    installs
  13. Crawl CLI · erikpr1994
    Use when implementing web scraping, data extraction, or automated browser interactions. Covers Puppeteer, Playwright, rate limiting, and ethical scraping.
    0
    installs
  14. Infra Ops · erikpr1994
    Use when working with infrastructure, deployments, Docker, CI/CD, or server management. Covers containerization, deployment workflows, and DevOps patterns.
    0
    installs
  15. Submit Pr · erikpr1994
    Complete PR submission pipeline with local sub-agent review before pushing, CI verification, and automated review integration. Always dispatches code-reviewer and code-simplifier for code changes, plus conditional reviewers (security, performance, dependency, accessibility, i18n, type-design, etc.) based on change type. Waits for CI with `gh pr checks --watch`. Integrates CodeRabbit and Greptile feedback.
    0
    installs
  16. API Design · erikpr1994
    REST/GraphQL API design patterns, error handling, and versioning. Use when designing APIs, handling errors, or making API architecture decisions.
    0
    installs
  17. Brainstorm · erikpr1994
    Use when generating ideas, exploring options, defining requirements, or making decisions. Covers both discovery (what to build) and approach (how to build). Triggers - ideate, brainstorm, options, alternatives, explore, what if, could we, ways to, approaches, spec, requirements, user story.
    0
    installs
  18. Coderabbit · erikpr1994
    Use when working with CodeRabbit AI code review. Covers triggering reviews, interpreting feedback, addressing comments, and PR workflow integration.
    0
    installs
  19. Git Expert · erikpr1994
    Use when working with git operations including commits, branches, worktrees, and PRs. Covers the full git workflow from feature isolation to PR submission.
    0
    installs
  20. Code Review · erikpr1994
    Use when reviewing code changes or conducting PR reviews.
    0
    installs
  21. Fix Linear Bugs · erikpr1994
    Fix Linear issues tagged with "bug". Either produces a PR with the fix or explains why it won't be fixed. Triggers - fix bugs, linear bugs, bug triage, resolve bugs.
    0
    installs
  22. Create Linear Plan · erikpr1994
    Create Linear Issues from requirements using the plan process. Same process as /plan but outputs to Linear Issues instead of file. Triggers - linear plan, plan to linear, create issues from plan.
    0
    installs
  23. Create Linear Spec · erikpr1994
    Create a Linear Project from requirements using Discovery Mode brainstorming. Same process as /spec but outputs to Linear instead of file. Triggers - linear spec, spec to linear, create project from spec, linear project.
    0
    installs
  24. Pr Workflow · erikpr1994
    Use when creating PRs, managing stacked PRs, or completing feature branches.
    0
    installs
  25. Linear · erikpr1994 bundle
    Intelligent work tracking. Automatically classifies issues, gathers codebase context, and creates well-formed Linear tickets. Triggers - linear, issue, track, bug, todo, fix, question, debt.
    0
    installs
  26. Using Skills · erikpr1994
    Core skill for understanding and using the Jarvis skill system. Loaded at every session start.
    0
    installs
  27. Verification Before Completion · erikpr1994
    Use when about to claim work is complete, fixed, or passing. Invoke BEFORE committing, creating PRs, or making any success claims. The Iron Law - evidence before assertions, always.
    0
    installs
  28. Domain Expert · erikpr1994
    Meta-skill for rapidly learning new domains. Covers domain research process, expert consultation simulation, knowledge validation, and documentation generation.
    0
    installs
  29. Git Worktrees · erikpr1994
    Use for parallel branch development with workspace isolation.
    0
    installs
  30. Create Linear Design · erikpr1994
    Create a Linear Document with technical design using Approach Mode brainstorming. Same process as /brainstorm how, outputs to Linear Document. Triggers - linear design, design to linear, technical design, architecture decision.
    0
    installs
  31. Linear Refine Ticket · erikpr1994
    Refine Linear tickets tagged "refine" or in triage. Pull GitHub context, clarify scope, add acceptance criteria, improve descriptions. Triggers - refine ticket, ticket refinement, triage, improve ticket.
    0
    installs
  32. Writing Hooks · erikpr1994
    Use when creating hooks for prompt interception, permission handling, or event-triggered automation with timeout and bypass handling.
    0
    installs
  33. Writing Rules · erikpr1994
    Use when creating or updating rules in CLAUDE.md, settings, or rule files. Covers confidence thresholds and false positive prevention.
    0
    installs
  34. React Patterns · erikpr1994
    React component patterns, hooks, server components, and composition. Use when building React components or deciding between patterns.
    0
    installs
  35. Worktree Check · erikpr1994
    Use before git write operations (commit, push, merge, rebase) to verify you are in a git worktree. Guides worktree setup if missing. Keywords: worktree, isolation, git commit, git push.
    0
    installs
  36. Writing Agents · erikpr1994
    Use when creating new agents, defining agent roles, or configuring agent handoff protocols and model selection.
    0
    installs
  37. Writing Design · erikpr1994
    Use when creating design documents, technical specs, architecture decisions, or system documentation. Covers structure, audience, and validation.
    0
    installs
  38. Writing Skills · erikpr1994
    Use when creating new skills, editing existing skills, or verifying skills work before deployment. Follows TDD methodology.
    0
    installs
  39. Build In Public · erikpr1994
    Use when sharing development progress publicly. Covers progress sharing, changelog writing, social media updates, community engagement, and milestone announcements.
    0
    installs
  40. Frontend Design · erikpr1994
    Use when designing UI components, implementing accessibility, responsive layouts, or integrating with design systems.
    0
    installs
  41. Idea To Product · erikpr1994
    Use when rapidly prototyping ideas into products. Covers MVP scoping, feature prioritization, tech stack selection, timeline estimation, and launch checklist.
    0
    installs
  42. MCP Integration · erikpr1994
    Use when working with MCP servers for enhanced capabilities like documentation retrieval, database access, or specialized tools. Triggers - mcp, context7, documentation lookup, external docs.
    0
    installs
  43. Nextjs Patterns · erikpr1994
    Next.js App Router patterns, server actions, caching, and routing. Use when working with Next.js 14+ features.
    0
    installs
  44. Background Tasks · erikpr1994
    Efficient handling of long-running commands. Use when running tests, builds, or any command that takes more than a few seconds. Prevents token waste from polling.
    0
    installs
  45. Improving Jarvis · erikpr1994
    Use when identifying opportunities to improve the Jarvis system, adding patterns, creating skills, or updating rules based on repeated guidance.
    0
    installs
  46. Answer Linear Questions · erikpr1994
    Answer Linear issues tagged with "question". Explores codebase and produces decisions - never code changes or PRs. Triggers - answer questions, linear questions, question triage.
    0
    installs
  47. Resolve Linear Tech Debt · erikpr1994
    Resolve Linear issues tagged with "tech-debt". Decide to address now, schedule, or close. Triggers - resolve tech debt, technical debt, debt triage, cleanup.
    0
    installs
  48. Writing Commands · erikpr1994
    Use when creating slash commands, user-invokable shortcuts, or command-based workflows with frontmatter and skill delegation.
    0
    installs
  49. Writing Patterns · erikpr1994
    Use when documenting reusable code patterns, architectural approaches, or established solutions with keyword triggers and anti-patterns.
    0
    installs
  50. Commit Discipline · erikpr1994
    Use when making commits. Conventional commits, atomic changes.
    0
    installs
  51. Database Patterns · erikpr1994
    Schema design, migrations, queries, and indexing strategies. Use when designing database schemas, writing migrations, or optimizing queries.
    0
    installs
  52. Supabase Patterns · erikpr1994
    Supabase client setup, Row Level Security (RLS), edge functions, and real-time. Use when working with Supabase database, auth, or edge functions.
    0
    installs
  53. Writing Claude Md · erikpr1994
    Use when creating or updating CLAUDE.md files at any level (global, project, folder). Covers inheritance rules and token budgets.
    0
    installs
  54. Payment Processing · erikpr1994
    Use when implementing payment flows with Stripe or Polar. Covers checkout integration, webhooks, subscriptions, and error handling.
    0
    installs
  55. Pr Feedback Tracker · erikpr1994
    Process PR review feedback, categorize comments, create tracking issues for deferred items, and resolve conversations. Can be invoked standalone or during submit-pr Phase 6.
    0
    installs
  56. Typescript Patterns · erikpr1994
    TypeScript idioms, type guards, utility types, and type-safe patterns. Use when working with TypeScript types, generics, or type safety issues.
    0
    installs
  57. Linear Cycle Planning · erikpr1994
    Plan issues for an upcoming Linear cycle/sprint. Review backlog, prioritize, assign to cycle, balance workload. Triggers - cycle planning, sprint planning, plan cycle.
    0
    installs
  58. Linear Project Health · erikpr1994
    Generate health report for a Linear project. Progress vs plan, blocked issues, overdue items, risk assessment. Triggers - project health, project status, project report.
    0
    installs
  59. SEO Content Generation · erikpr1994
    Use when optimizing for search engines, creating content, or implementing structured data. Covers meta tags, schema markup, and content structure.
    0
    installs
  60. Linear Backlog Grooming · erikpr1994
    Review and clean up the Linear backlog. Close stale issues, update priorities, merge duplicates, request clarification. Triggers - backlog grooming, backlog cleanup, groom backlog.
    0
    installs
  61. Review Linear Feature Requests · erikpr1994
    Review Linear issues tagged with "feature-request". Decide to spec, add to roadmap, merge, or reject. Triggers - review feature request, user request, customer feedback.
    0
    installs
  62. Dispatching Parallel Agents · erikpr1994
    Use when multiple independent tasks can run simultaneously. Maximizes throughput through parallel Task tool invocations.
    0
    installs
  63. Subagent Driven Development · erikpr1994
    Use for complex features requiring multi-stage review, architectural work, or multi-file changes. Orchestrates specialized agents for coordinated implementation.
    0
    installs