Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

Jarvis-Code

Jarvis-Code contient 60 skills collectées depuis erikpr1994, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
60
Stars
1
mis à jour
2026-01-20
Forks
0
Couverture métier
9 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

git-expert
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

Use for parallel branch development with workspace isolation.

2026-01-19
analytics
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Spécialistes en gestion de projets

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
Développeurs web

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

2026-01-18
build-in-public
Analystes en études de marché et spécialistes en marketing

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

2026-01-18
code-review
Analystes en assurance qualité des logiciels et testeurs

Use when reviewing code changes or conducting PR reviews.

2026-01-18
coderabbit
Analystes en assurance qualité des logiciels et testeurs

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

2026-01-18
commit-discipline
Développeurs de logiciels

Use when making commits. Conventional commits, atomic changes.

2026-01-18
crawl-cli
Développeurs de logiciels

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

2026-01-18
database-patterns
Architectes de bases de données

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

2026-01-18
debug
Développeurs de logiciels

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

2026-01-18
dispatching-parallel-agents
Développeurs de logiciels

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

2026-01-18
domain-expert
Analystes en gestion

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

2026-01-18
frontend-design
Développeurs web

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

2026-01-18
idea-to-product
Spécialistes en gestion de projets

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
Développeurs de logiciels

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
Administrateurs de réseaux et de systèmes informatiques

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
Spécialistes en gestion de projets

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
Développeurs de logiciels

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
Spécialistes en gestion de projets

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
Développeurs de logiciels

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
Spécialistes en gestion de projets

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
Spécialistes en gestion de projets

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
Spécialistes en gestion de projets

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
Spécialistes en gestion de projets

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
Spécialistes en gestion de projets

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
Développeurs de logiciels

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
Spécialistes en gestion de projets

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
Spécialistes en gestion de projets

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
Développeurs de logiciels

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
Développeurs de logiciels

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

2026-01-18
payment-processing
Développeurs de logiciels

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

2026-01-18
plan
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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
Affichage des 40 principaux skills collectés sur 60 dans ce dépôt.