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

azents

azents contient 22 skills collectées depuis azents, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
22
Stars
6
mis à jour
2026-07-24
Forks
1
Couverture métier
5 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

ship-feature
Développeurs de logiciels

Ship a large, multi-phase feature after Requirements and design discussion are complete. Convert the approved Requirements, ADR, and design into an implementation plan and stacked PRs for phased delivery. Use when: (1) a large feature design is complete and the user says to implement, (2) the user invokes 'ship-feature' for phased delivery, (3) a design document requires multiple implementation phases. Use one focused PR instead for simple fixes and small, self-contained changes.

2026-07-24
feature-design
Développeurs de logiciels

Requirements-first workflow for new feature design, design documents, and architecture changes. Use for collaborative or autonomous design: interview the user to confirm high-level requirements, preserve an immutable requirements snapshot, use reusable research subagents without blocking the conversation, record design decisions in an ADR, validate repository feasibility, and produce an implementable final design.

2026-07-24
add-convention
Développeurs de logiciels

Add a path-scoped coding convention to .claude/conventions/. Trigger phrases include "add a rule for X", "we should always do Y", "let's enforce Z", "document our convention for W", "make agents aware that ...", "ban this pattern", or any request to make future agent edits respect a new project-wide invariant. NOT for one-off code comments, workflow how-tos, or domain explanations — those go elsewhere.

2026-07-21
code-review
Analystes en assurance qualité des logiciels et testeurs

Perform code review. Use for: (1) '/code-review' to review the current branch changes, (2) '/code-review PR #123' to review a specific PR, (3) '/code-review staged' to review staged changes, (4) requests such as 'review this code' or 'please review'.

2026-07-21
ui-visual-review
Concepteurs web et d'interfaces numériques

Create and discuss trustworthy UI visual variants from the product's real components. Use when comparing UI options, reviewing visual polish, reproducing a screenshot, choosing spacing/typography/radius/layout alternatives, or presenting responsive desktop/mobile states as rendered images before implementation.

2026-07-11
create-pr
Développeurs de logiciels

Create a GitHub PR from the current branch. Proactively use when: (1) '/create-pr', (2) requests such as 'create a PR', 'open a PR', 'submit a PR', (3) opening an already prepared branch as a PR. Focus only on PR creation; do not run code review or spec review.

2026-07-02
github-markdown-bodies
Développeurs de logiciels

Use when writing multiline Markdown bodies for GitHub PR descriptions, issue comments, review comments, or discussion comments with the `gh` CLI. Use for: (1) long PR descriptions, (2) issue comments, (3) review bodies, (4) cases where raw `\n` appears or escaping breaks.

2026-07-02
python-dependency-management
Développeurs de logiciels

Guide for adding dependencies to Python projects. Uses the uv package manager, and version specifier rules differ by project type (apps/libs).

2026-07-02
python-dependency-update
Développeurs de logiciels

Update dependencies in Python projects. Use for Dependabot security alerts, package upgrades, and transitive dependency updates. Use when: (1) resolving Dependabot security alerts, (2) updating a specific package, (3) patching a security vulnerability.

2026-07-02
ship-pr
Développeurs de logiciels

Run the PR shipping flow. Use for: (1) '/ship-pr', (2) requests such as 'create a PR and monitor it'. PR creation itself is delegated to /create-pr.

2026-07-02
spec-review
Développeurs de logiciels

Check whether a code diff requires updates to docs/azents/spec/**/*.md. Use for: '/spec-review', '/spec-review staged', '/spec-review last', '/spec-review PR #N', or requests such as 'check spec impact'.

2026-07-02
stacked-prs
Développeurs de logiciels

Manage stacked PRs: rebase, merge, and retarget sequential PR branches. Use when: (1) the user asks to merge a stacked PR or stack, (2) later stack branches must be rebased after an earlier branch changes, (3) the user asks to inspect stacked PR status.

2026-07-02
azents-db-debug
Développeurs de logiciels

Database debugging tool for the azents project. Run non-interactive queries with shell.py -c to inspect database state. Use when: (1) inspecting/debugging azents database data, (2) checking runtime data such as events, sessions, and channels, or (3) the user asks to check the DB, inspect events, run a query, or look into the database.

2026-06-24
dependabot-alerts
Développeurs de logiciels

Inspect Dependabot alerts for the Azents repository and summarize actionable vulnerabilities.

2026-06-24
e2e-debugging
Analystes en assurance qualité des logiciels et testeurs

Debug Azents E2E tests, fixtures, browser state, and local integration failures.

2026-06-24
frontend-design
Concepteurs web et d'interfaces numériques

Frontend UX and visual design guidance for building polished product surfaces, dashboards, admin tools, workflows, and local web apps. Use when designing or reviewing UI layout, interaction flow, information hierarchy, utility copy, responsive behavior, or visual quality before implementing frontend code.

2026-06-24
openapi-client-gen
Développeurs de logiciels

Regenerate Azents API clients from OpenAPI specifications. Use when API routes are added or modified, or when the user asks to regenerate clients, update OpenAPI spec, or sync API changes.

2026-06-24
python-quality-check
Développeurs de logiciels

Run Python code quality tools (ruff, pyright, pytest) for an Azents Python subproject. Use when the user asks to check code quality, run linting, type checking, or tests for Python code.

2026-06-24
skill-creator
Autres occupations informatiques

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

2026-06-24
typescript-dependency-update
Développeurs de logiciels

Update dependencies in the Azents TypeScript workspace.

2026-06-24
typescript-quality-check
Développeurs de logiciels

Run TypeScript format, lint, typecheck, and build checks for Azents TypeScript workspaces.

2026-06-24
migration
Architectes de bases de données

Create Alembic database migrations for azents. Use when the user asks to create a migration, add/modify database columns, create tables, or make schema changes.

2026-06-24