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

core-service

core-service contient 69 skills collectées depuis VilnaCRM-Org, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
69
Stars
5
mis à jour
2026-05-17
Forks
0
Couverture métier
10 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

ci-workflow
Analystes en assurance qualité des logiciels et testeurs

Run comprehensive CI checks before committing changes. Use when the user asks to run CI, run quality checks, validate code quality, or before finishing any task that involves code changes.

2026-05-17
code-organization
Développeurs de logiciels

Ensure proper code organization with class names, directories, namespaces, and naming consistency following the principle "Directory X contains ONLY class type X".

2026-05-17
implementing-ddd-architecture
Développeurs de logiciels

Design and implement DDD patterns (entities, value objects, aggregates, CQRS). Use when creating new domain objects, implementing bounded contexts, designing repository interfaces, or learning proper layer separation. For fixing existing Deptrac violations, use the deptrac-fixer skill instead.

2026-05-17
cache-management
Développeurs de logiciels

Implement production-grade caching with cache keys/TTLs/consistency classes per query, SWR (stale-while-revalidate), layered explicit invalidation, and comprehensive testing for stale reads and cache warmup. Use when adding caching to queries, implementing cache invalidation, or ensuring cache consistency and performance.

2026-04-26
code-review
Analystes en assurance qualité des logiciels et testeurs

Systematically retrieve and address PR code review comments using make pr-comments. Enforces DDD architecture, code organization principles, and quality standards. Use when handling code review feedback, refactoring based on reviewer suggestions, or addressing PR comments.

2026-04-05
developing-openapi-specs
Développeurs de logiciels

Guide for contributing to the OpenAPI layer using processor pattern, complexity management, and functional programming. Use when adding endpoint factories, processors, parameter descriptions, reducing cyclomatic complexity, or fixing OpenAPI validation errors. Covers architecture patterns from user-service repository.

2026-04-05
bmad-autonomous-planning
Spécialistes en gestion de projets

Portable autonomous BMALPH planning for Codex. Use when the user wants specs from a short task description and expects the current AI session to orchestrate BMALPH subagents without human interaction.

2026-03-29
bmalph
Développeurs de logiciels

BMAD master agent — navigate phases. Use when the user asks about bmalph.

2026-03-29
bmad-autonomous-planning
Développeurs de logiciels

Create BMALPH planning artifacts autonomously from a short task description by delegating each planning phase to a focused subagent and orchestrating the handoffs without human interaction.

2026-03-29
advanced-elicitation
Spécialistes en gestion de projets

advanced elicitation. Use when the user asks about advanced elicitation.

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

adversarial review. Use when the user asks about adversarial review.

2026-03-29
analyst
Analystes en études de marché et spécialistes en marketing

Research, briefs, discovery. Use when the user asks about analyst.

2026-03-29
architect
Développeurs de logiciels

Technical design, architecture. Use when the user asks about architect.

2026-03-29
bmad-help
Développeurs de logiciels

bmad help. Use when the user asks about bmad help.

2026-03-29
brainstorm-project
Spécialistes en gestion de projets

brainstorm-project. Use when the user asks about brainstorm project.

2026-03-29
brainstorming
Spécialistes en gestion de projets

brainstorming. Use when the user asks about brainstorming.

2026-03-29
correct-course
Spécialistes en gestion de projets

Anytime: Navigate significant changes. May recommend start over update PRD redo architecture sprint planning or correct epics and stories. Use when the user asks about correct course.

2026-03-29
create-architecture
Développeurs de logiciels

Guided Workflow to document technical decisions. Use when the user asks about create architecture.

2026-03-29
create-brief
Spécialistes en gestion de projets

A guided experience to nail down your product idea. Use when the user asks about create brief.

2026-03-29
create-epics-stories
Spécialistes en gestion de projets

Create the Epics and Stories Listing. Use when the user asks about create epics stories.

2026-03-29
create-prd
Spécialistes en gestion de projets

Expert led facilitation to produce your Product Requirements Document. Use when the user asks about create prd.

2026-03-29
create-story
Développeurs de logiciels

Trigger the story cycle for the next story in the sprint plan or a specified epic/story. Use when the user asks about create story.

2026-03-29
create-ux
Concepteurs web et d'interfaces numériques

Guidance through realizing the plan for your UX, strongly recommended if a UI is a primary piece of the proposed project. Use when the user asks about create ux.

2026-03-29
dev
Développeurs de logiciels

Implementation, coding. Use when the user asks about dev.

2026-03-29
distillator
Analystes en gestion

distillator. Use when the user asks about distillator.

2026-03-29
document-project
Développeurs de logiciels

Analyze an existing project to produce useful documentation. Use when the user asks about document project.

2026-03-29
domain-research
Analystes en études de marché et spécialistes en marketing

Industry domain deep dive subject matter expertise and terminology. Use when the user asks about domain research.

2026-03-29
edge-case-hunter
Analystes en assurance qualité des logiciels et testeurs

Identify edge cases, failure paths, and boundary-condition risks. Use when the user asks for edge-case analysis.

2026-03-29
edit-prd
Spécialistes en gestion de projets

Improve and enhance an existing PRD. Use when the user asks about edit prd.

2026-03-29
editorial-prose
Écrivains et auteurs

editorial prose. Use when the user asks about editorial prose.

2026-03-29
editorial-structure
Rédacteurs en chef

editorial structure. Use when the user asks about editorial structure.

2026-03-29
generate-project-context
Développeurs de logiciels

Scan the existing codebase to generate a lean, LLM-optimized `project-context.md` with critical implementation rules, patterns, and conventions for AI agents. Use this for brownfield projects and when the user asks about generate project context.

2026-03-29
implementation-readiness
Spécialistes en gestion de projets

Ensure PRD UX Architecture and Epics Stories are aligned. Use when the user asks about implementation readiness.

2026-03-29
index-docs
Développeurs de logiciels

Index and organize documentation files for search and retrieval. Use when the user asks about index docs.

2026-03-29
market-research
Analystes en études de marché et spécialistes en marketing

Market analysis competitive landscape customer needs and trends. Use when the user asks about market research.

2026-03-29
party-mode
Développeurs de logiciels

party mode. Use when the user asks about party mode.

2026-03-29
pm
Spécialistes en gestion de projets

PRDs, epics, stories. Use when the user asks about pm.

2026-03-29
qa-automate
Analystes en assurance qualité des logiciels et testeurs

Generate automated API and E2E tests for implemented code using the project's existing test framework (detects commonly used test frameworks). Use after implementation to add test coverage. Not for code review or story validation; use CR for that. Use when the user asks about qa automate.

2026-03-29
qa
Analystes en assurance qualité des logiciels et testeurs

Test automation, quality assurance. Use when the user asks about qa.

2026-03-29
quick-dev-new
Développeurs de logiciels

Unified quick flow (experimental): clarify intent plan implement review and present in a single workflow. Use when the user asks about quick dev new.

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