Skip to main content
Run any Skill in Manus
with one click
GitHub repository

Jarvis-Code

Jarvis-Code contains 60 collected skills from erikpr1994, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
60
Stars
1
updated
2026-01-20
Forks
0
Occupation coverage
9 occupation categories · 100% classified
repository explorer

Skills in this repository

git-expert
software-developers

Use when working with git operations including commits, branches, worktrees, and PRs. Covers the full git workflow from feature isolation to PR submission.

2026-01-20
submit-pr
software-developers

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.

2026-01-20
gh-cli
software-developers

GitHub CLI patterns for PR reviews, comments, and API operations. Use when working with gh api commands, especially for review threads and comments.

2026-01-19
execute
software-developers

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.

2026-01-19
git-worktrees
software-developers

Use for parallel branch development with workspace isolation.

2026-01-19
analytics
software-developers

Use when implementing analytics, event tracking, or setting up dashboards. Covers privacy-first tracking, event patterns, and common analytics tools.

2026-01-18
api-design
software-developers

REST/GraphQL API design patterns, error handling, and versioning. Use when designing APIs, handling errors, or making API architecture decisions.

2026-01-18
background-tasks
software-developers

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.

2026-01-18
brainstorm
project-management-specialists

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.

2026-01-18
browser-debugging
web-developers

Use when debugging frontend issues in the browser. Covers DevTools usage, network debugging, performance profiling, and console patterns.

2026-01-18
build-in-public
market-research-analysts-and-marketing-specialists-131161

Use when sharing development progress publicly. Covers progress sharing, changelog writing, social media updates, community engagement, and milestone announcements.

2026-01-18
code-review
software-quality-assurance-analysts-and-testers

Use when reviewing code changes or conducting PR reviews.

2026-01-18
coderabbit
software-quality-assurance-analysts-and-testers

Use when working with CodeRabbit AI code review. Covers triggering reviews, interpreting feedback, addressing comments, and PR workflow integration.

2026-01-18
commit-discipline
software-developers

Use when making commits. Conventional commits, atomic changes.

2026-01-18
crawl-cli
software-developers

Use when implementing web scraping, data extraction, or automated browser interactions. Covers Puppeteer, Playwright, rate limiting, and ethical scraping.

2026-01-18
database-patterns
database-architects

Schema design, migrations, queries, and indexing strategies. Use when designing database schemas, writing migrations, or optimizing queries.

2026-01-18
debug
software-developers

Use when encountering bugs, test failures, or unexpected behavior. Hypothesis-driven debugging.

2026-01-18
dispatching-parallel-agents
software-developers

Use when multiple independent tasks can run simultaneously. Maximizes throughput through parallel Task tool invocations.

2026-01-18
domain-expert
management-analysts-131111

Meta-skill for rapidly learning new domains. Covers domain research process, expert consultation simulation, knowledge validation, and documentation generation.

2026-01-18
frontend-design
web-developers

Use when designing UI components, implementing accessibility, responsive layouts, or integrating with design systems.

2026-01-18
idea-to-product
project-management-specialists

Use when rapidly prototyping ideas into products. Covers MVP scoping, feature prioritization, tech stack selection, timeline estimation, and launch checklist.

2026-01-18
improving-jarvis
software-developers

Use when identifying opportunities to improve the Jarvis system, adding patterns, creating skills, or updating rules based on repeated guidance.

2026-01-18
infra-ops
network-and-computer-systems-administrators

Use when working with infrastructure, deployments, Docker, CI/CD, or server management. Covers containerization, deployment workflows, and DevOps patterns.

2026-01-18
linear-backlog-grooming
project-management-specialists

Review and clean up the Linear backlog. Close stale issues, update priorities, merge duplicates, request clarification. Triggers - backlog grooming, backlog cleanup, groom backlog.

2026-01-18
fix-linear-bugs
software-developers

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.

2026-01-18
linear-cycle-planning
project-management-specialists

Plan issues for an upcoming Linear cycle/sprint. Review backlog, prioritize, assign to cycle, balance workload. Triggers - cycle planning, sprint planning, plan cycle.

2026-01-18
create-linear-design
software-developers

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.

2026-01-18
review-linear-feature-requests
project-management-specialists

Review Linear issues tagged with "feature-request". Decide to spec, add to roadmap, merge, or reject. Triggers - review feature request, user request, customer feedback.

2026-01-18
linear
project-management-specialists

Intelligent work tracking. Automatically classifies issues, gathers codebase context, and creates well-formed Linear tickets. Triggers - linear, issue, track, bug, todo, fix, question, debt.

2026-01-18
create-linear-plan
project-management-specialists

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.

2026-01-18
linear-project-health
project-management-specialists

Generate health report for a Linear project. Progress vs plan, blocked issues, overdue items, risk assessment. Triggers - project health, project status, project report.

2026-01-18
answer-linear-questions
project-management-specialists

Answer Linear issues tagged with "question". Explores codebase and produces decisions - never code changes or PRs. Triggers - answer questions, linear questions, question triage.

2026-01-18
linear-refine-ticket
software-developers

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.

2026-01-18
create-linear-spec
project-management-specialists

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.

2026-01-18
resolve-linear-tech-debt
project-management-specialists

Resolve Linear issues tagged with "tech-debt". Decide to address now, schedule, or close. Triggers - resolve tech debt, technical debt, debt triage, cleanup.

2026-01-18
mcp-integration
software-developers

Use when working with MCP servers for enhanced capabilities like documentation retrieval, database access, or specialized tools. Triggers - mcp, context7, documentation lookup, external docs.

2026-01-18
nextjs-patterns
software-developers

Next.js App Router patterns, server actions, caching, and routing. Use when working with Next.js 14+ features.

2026-01-18
payment-processing
software-developers

Use when implementing payment flows with Stripe or Polar. Covers checkout integration, webhooks, subscriptions, and error handling.

2026-01-18
plan
software-developers

Use when you have a spec or requirements for a multi-step task, before touching code. Triggers - plan, design, architect, implementation plan, spec, requirements.

2026-01-18
pr-feedback-tracker
software-quality-assurance-analysts-and-testers

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.

2026-01-18
Showing top 40 of 60 collected skills in this repository.