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

specialist-agent

specialist-agent contient 116 skills collectées depuis HerbertJulio, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
116
Stars
19
mis à jour
2026-03-21
Forks
3
Couverture métier
10 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

audit
Autres occupations informatiques

Use when you need a comprehensive code audit covering security, performance, architecture, and dependencies before a release, major refactor, or compliance review.

2026-03-21
autopilot
Développeurs de logiciels

Use when you want to iteratively build a feature using a PRD as source of truth, with progress tracking and fresh-context iterations - the Autopilot technique for autonomous development.

2026-03-21
brainstorm
Analystes des systèmes informatiques

Use when starting a complex feature, exploring unclear requirements, or needing to challenge assumptions before committing to a design - before /plan.

2026-03-21
codereview
Analystes en assurance qualité des logiciels et testeurs

Use when you need a comprehensive code review combining architecture, security, and test perspectives - especially before merging, releasing, or after major changes.

2026-03-21
copywriting
Écrivains et auteurs

Use when creating marketing copy for landing pages, email campaigns, product descriptions, or social media - with A/B variants and conversion-focused frameworks.

2026-03-21
cro
Développeurs de logiciels

Use when optimizing landing pages, signup flows, checkout processes, or any user-facing page for higher conversion rates - before A/B testing.

2026-03-21
design-review
Concepteurs web et d'interfaces numériques

Use when reviewing frontend code for design consistency, accessibility compliance, responsive behavior, and UI/UX best practices - before deployment or after design system changes.

2026-03-21
grill
Analystes en assurance qualité des logiciels et testeurs

Use when you want to stress-test code by having an adversarial reviewer try to break it - finding edge cases, security holes, race conditions, and logical flaws that normal reviews miss.

2026-03-21
improve-architecture
Développeurs de logiciels

Use when the codebase has architectural issues like high coupling, circular dependencies, or unclear boundaries - but a full migration is not needed.

2026-03-21
prd
Développeurs de logiciels

Use when translating a product idea, feature request, or stakeholder requirement into a structured PRD with user stories, acceptance criteria, and GitHub issues.

2026-03-21
recall
Développeurs de logiciels

Use when you need to retrieve a past decision, preference, or convention that was saved with /remember.

2026-03-21
remember
Développeurs de logicielsAnalystes des systèmes informatiques

Use when making a decision, choosing a convention, or learning a lesson that should persist across sessions.

2026-03-21
seo-audit
Développeurs web

Use when auditing a website or web application for SEO issues - covering meta tags, structured data, content structure, Core Web Vitals indicators, and crawlability.

2026-03-21
tdd
Analystes en assurance qualité des logiciels et testeurs

Use when implementing any feature or bugfix where correctness matters - before writing implementation code.

2026-03-21
write-skill
Développeurs de logiciels

Use when creating a new skill, editing an existing skill, or verifying a skill works before deployment.

2026-03-21
review-check-architecture
Analystes en assurance qualité des logiciels et testeurs

Use when checking if code follows ARCHITECTURE.md patterns - runs automated conformance checks.

2026-03-09
review-review
Analystes en assurance qualité des logiciels et testeurs

Use when code changes need review before merge - validates architecture, types, security, and test coverage.

2026-03-09
review-check-architecture
Développeurs de logiciels

Use when checking if code follows ARCHITECTURE.md patterns - runs automated conformance checks.

2026-03-09
review-review
Analystes en assurance qualité des logiciels et testeurs

Use when code changes need review before merge - validates architecture, types, security, and test coverage.

2026-03-09
review-check-architecture
Analystes des systèmes informatiques

Use when checking if code follows ARCHITECTURE.md patterns - runs automated conformance checks.

2026-03-09
review-review
Développeurs de logiciels

Use when code changes need review before merge - validates architecture, types, security, and test coverage.

2026-03-09
review-check-architecture
Analystes en assurance qualité des logiciels et testeurs

Use when checking if code follows ARCHITECTURE.md patterns - runs automated conformance checks.

2026-03-09
review-review
Analystes en assurance qualité des logiciels et testeurs

Use when code changes need review before merge - validates architecture, types, security, and test coverage.

2026-03-09
review-check-architecture
Développeurs de logiciels

Use when checking if code follows ARCHITECTURE.md patterns - runs automated conformance checks.

2026-03-09
review-review
Analystes en assurance qualité des logiciels et testeurs

Use when code changes need review before merge - validates architecture, types, security, and test coverage.

2026-03-09
review-check-architecture
Développeurs de logiciels

Use when checking if code follows ARCHITECTURE.md patterns - runs automated conformance checks.

2026-03-09
review-review
Développeurs de logiciels

Use when code changes need review before merge - validates architecture, types, security, and test coverage.

2026-03-09
review-check-architecture
Développeurs web

Use when checking if code follows ARCHITECTURE.md patterns - runs automated conformance checks.

2026-03-09
review-review
Analystes en assurance qualité des logiciels et testeurs

Use when code changes need review before merge - validates architecture, types, security, and test coverage.

2026-03-09
autofix
Développeurs de logiciels

Use when you want to automatically triage errors from Sentry (or error logs), cross-reference them against the codebase and open PRs, prioritize by severity, and optionally create fix PRs.

2026-03-09
discovery
Développeurs de logiciels

Use when starting a new product, feature, or initiative and you need structured discovery before planning - covers market analysis, technical feasibility, architecture, and go-to-market strategy.

2026-03-09
migrate-architecture
Analystes des systèmes informatiques

Use when transforming a project's architecture pattern - e.g., Flat to Modular, MVC to Clean Architecture, Monolith to Modular Monolith.

2026-03-06
dev-create-component
Développeurs web

Use when adding a new UI component to an existing module - handles templates, inputs, and test scaffolding.

2026-03-02
dev-create-injectable
Développeurs de logiciels

Use when adding a signal-based store or utility service - creates injectable with inject() and Angular Signals.

2026-03-02
dev-create-module
Développeurs de logiciels

Use when creating a new feature module with all layers - service, adapter, types, state, components, and tests.

2026-03-02
dev-create-service
Développeurs de logiciels

Use when adding API integration to a module - creates types, contracts, adapter, and service layer.

2026-03-02
dev-create-test
Analystes en assurance qualité des logiciels et testeurs

Use when a module needs test coverage - creates tests for adapters, services, and components.

2026-03-02
migration-migrate-module
Développeurs de logiciels

Use when a complete module needs migration to the target architecture - runs 6 phases with approval gates.

2026-03-02
dev-create-component
Développeurs web

Use when adding a new UI component to the project - handles templates, props, and scoped styles.

2026-03-02
dev-create-island
Développeurs web

Use when adding an interactive UI component that requires client-side JavaScript - creates a framework island with hydration strategy.

2026-03-02
Affichage des 40 principaux skills collectés sur 116 dans ce dépôt.