Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
abossard
Profil créateur GitHub

abossard

Vue par dépôt de 51 skills collectés dans 10 dépôts GitHub.

skills collectés
51
dépôts
10
mis à jour
2026-07-24
carte des dépôts

Où se trouvent les skills

Principaux dépôts par nombre de skills collectés, avec leur part dans ce catalogue créateur et leur couverture métier.

Les 8 principaux dépôts sont affichés ici ; la liste complète continue ci-dessous.
explorateur de dépôts

Dépôts et skills représentatifs

cu-sdk-setup
Développeurs de logiciels

Guide SDK users through setting up their Python environment for Azure AI Content Understanding. Use this skill when users need help installing the SDK, configuring Azure resources, deploying required models, setting environment variables, or running samples.

2026-04-25
cu-sdk-common-knowledge
Développeurs de logiciels

Domain knowledge for Azure AI Content Understanding. Use this skill to answer questions about Content Understanding concepts, analyzers, field schemas, API operations, and SDK usage. Always consult official documentation before answering.

2026-04-23
cu-sdk-sample-run
Développeurs de logiciels

Run a specific sample for the Azure AI Content Understanding SDK. Use when users want to run a particular sample like sample_analyze_url.py or sample_analyze_invoice.py.

2026-04-23
azsdk-common-apiview-feedback-resolution
Analystes en assurance qualité des logiciels et testeurs

Analyze and resolve APIView review feedback on Azure SDK PRs. **UTILITY SKILL**. USE FOR: APIView comments, API review feedback, SDK API surface changes. DO NOT USE FOR: general code review, non-APIView feedback. INVOKES: azure-sdk-mcp:azsdk_apiview_get_comments, azure-sdk-mcp:azsdk_typespec_customized_code_update.

2026-04-20
azsdk-common-generate-sdk-locally
Développeurs de logiciels

Generate, build, and test Azure SDKs locally from TypeSpec with automatic customization. WHEN: "generate SDK locally", "build SDK", "run SDK tests", "update changelog", "fix SDK build errors", "fix breaking changes", "resolve SDK generation errors", "customize TypeSpec", "rename SDK client", "rename SDK model", "hide operation from SDK", "fix analyzer errors", "resolve customization drift", "create subclient", "update metadata", "update version". DO NOT USE FOR: publishing to package registries, CI pipeline configuration, API design review. INVOKES: azsdk_verify_setup, azsdk_package_generate_code, azsdk_package_build_code, azsdk_package_run_check, azsdk_package_run_tests, azsdk_customized_code_update, azsdk_package_update_changelog_content, azsdk_package_update_metadata, azsdk_package_update_version.

2026-04-20
azsdk-common-pipeline-troubleshooting
Administrateurs de réseaux et de systèmes informatiques

Diagnose and resolve failures in Azure SDK CI and generation pipelines. **UTILITY SKILL**. USE FOR: "pipeline failed", "build failure", "CI check failing", "SDK generation error", "reproduce pipeline locally", "debug SDK pipeline". DO NOT USE FOR: local build issues without pipeline context, API design review, SDK publishing. INVOKES: azure-sdk-mcp:azsdk_analyze_pipeline, azure-sdk-mcp:azsdk_package_build_code, azure-sdk-mcp:azsdk_package_run_check.

2026-04-20
azsdk-common-prepare-release-plan
Spécialistes en gestion de projets

Create and manage release plan work items for Azure SDK releases across languages. **UTILITY SKILL**. USE FOR: "create release plan", "update release plan", "link SDK PR to plan", "namespace approval", "check release plan status". DO NOT USE FOR: SDK code generation, pipeline troubleshooting, API review feedback. INVOKES: azure-sdk-mcp:azsdk_create_release_plan, azure-sdk-mcp:azsdk_get_release_plan, azure-sdk-mcp:azsdk_link_sdk_pull_request_to_release_plan.

2026-04-20
azsdk-common-sdk-release
Développeurs de logiciels

Check release readiness and trigger the release pipeline for Azure SDK packages. **UTILITY SKILL**. USE FOR: "release SDK", "trigger release", "check release readiness", "release pipeline", "publish package", "ship SDK". DO NOT USE FOR: SDK development, code generation, pipeline debugging, release plan creation. INVOKES: azure-sdk-mcp:azsdk_release_sdk.

2026-04-20
Affichage des 8 principaux skills collectés sur 13 dans ce dépôt.
learning-first
Développeurs de logiciels

Use when your human partner asks to build, implement, or modify anything — before any creative or implementation work begins. Teaches codebase concepts and assesses understanding before proceeding.

2026-04-26
writing-learning-skills
Analystes en assurance qualité des logiciels et testeurs

Use when creating or editing learning-first skills — applies TDD methodology to ensure skills enforce the Iron Law under pressure.

2026-04-26
using-learning-first
Coordinateurs pédagogiques

Use when starting any conversation - establishes how to find and use learning-first skills, requiring Skill tool invocation before ANY response including clarifying questions

2026-04-25
learning-code-review
Enseignants en informatique, postsecondaire

Use when your human partner wants code reviewed — teaches code quality concepts and guides self-review instead of providing fixes.

2026-04-25
learning-debugging
Enseignants en informatique, postsecondaire

Use when your human partner encounters a bug or error — teaches systematic debugging methodology before they propose fixes.

2026-04-25
learning-delegation
Spécialistes en gestion de projets

Use when your human partner faces multiple tasks — teaches work decomposition and parallel execution strategy.

2026-04-25
learning-planning
Coordinateurs pédagogiques

Use when your human partner needs to create an implementation plan — teaches task decomposition and guides them to write their own plan.

2026-04-25
learning-review-feedback
Analystes en assurance qualité des logiciels et testeurs

Use when your human partner receives code review feedback — teaches critical evaluation of suggestions before implementing any changes.

2026-04-25
Affichage des 8 principaux skills collectés sur 10 dans ce dépôt.
healthmodel-deploy
Développeurs de logiciels

Deploy and incrementally adapt an Azure Monitor Health Model using Bicep and standard az CLI — no extensions. Uses design files as source of truth, generates a Bicep project, deploys via az deployment group create. WHEN: 'deploy the health model', 'apply the design', 'update health model in Azure', 'push the health model', 'adapt the existing health model'. DO NOT USE FOR: designing entities (use healthmodel-design), discovering resources (use healthmodel-discovery), or operations against unrelated Azure Monitor features.

2026-05-24
healthmodel-design
Développeurs de logiciels

Design health model entities, signal definitions, and relationships from the architecture graph. Emits complete design files and generates a modular Bicep project for deployment. WHEN: 'design entities and signals', 'propose health thresholds', 'create health model spec', 'generate signal definitions', 'generate bicep for health model'. DO NOT USE FOR: discovery (use healthmodel-discovery), deployment to Azure (use healthmodel-deploy), modifying live health models directly.

2026-05-24
healthmodel-integrate
Développeurs de logiciels

Integrate a generated health model Bicep project into existing infrastructure-as-code. Detects IaC type (Bicep/Terraform/none), proposes integration level (NONE/SOME/FULL), generates integration snippets, verifies offline, and asks the user to deploy. WHEN: 'integrate health model into my infra', 'add health model to my bicep', 'connect health model to existing IaC', 'integrate health model bicep'. DO NOT USE FOR: designing entities (use healthmodel-design), deploying standalone health models (use healthmodel-deploy), discovering resources (use healthmodel-discovery), or Terraform module generation.

2026-05-24
healthmodel-orchestrator
Développeurs de logiciels

Build an Azure Monitor Health Model end-to-end from resource discovery to deployment, using only the standard az CLI. Chains four phase skills with human checkpoints. WHEN: 'create health model', 'build health model', 'monitor my Azure resources with health model', 'set up Azure Monitor health model from scratch'. DO NOT USE FOR: general Azure monitoring setup without health models, Application Insights configuration, or Grafana dashboard creation.

2026-05-24
healthmodel-architecture
Développeurs de logiciels

Map discovered Azure resources into a dependency graph and Mermaid diagram, then propose an entity hierarchy. WHEN: 'map architecture', 'draw resource graph', 'show resource dependencies', 'propose health model hierarchy'. PREREQUISITE: healthmodel-discovery must have run first — this skill refuses to start without `.healthmodel/01-discovery.json` and `.healthmodel/00-brief.md`. DO NOT USE FOR: deploying or designing signals (use healthmodel-design / healthmodel-deploy), generic architecture diagrams unrelated to health models.

2026-05-23
healthmodel-discovery
Développeurs de logiciels

Discover Azure resources and interview user to prepare health model inputs. WHEN: 'discover resources for health model', 'scan my Azure', 'what should I monitor', 'interview for health model'. DO NOT USE FOR: deploying health models (use healthmodel-deploy), general resource inventory without health model intent, cost or compliance audits.

2026-05-23
healthmodel-signal-catalog
Développeurs de logiciels

Discovery-driven reference for building Azure Monitor Health Model signals. Shows how to discover metrics with `az monitor metrics list-definitions`, write PromQL / KQL that the design schema accepts, derive thresholds from real data, and verify signals after deploy via `az rest`. WHEN: loaded by healthmodel-design when authoring signal definitions for any resource type. DO NOT USE FOR: direct user invocation, deploying signals (use healthmodel-deploy), discovering resources (use healthmodel-discovery).

2026-05-20
playwright-e2e
Analystes en assurance qualité des logiciels et testeurs

End-to-end testing and visual regression for Spring Boot REST APIs using Playwright. Covers Swagger UI verification, REST API smoke tests, CRUD workflows, and screenshot capture. Zero Java dependencies — runs entirely via npx/npm with TypeScript tests. USE FOR: e2e tests, browser tests, API smoke tests, Swagger UI tests, screenshot capture, visual regression, integration tests, Playwright setup.

2026-03-09
diagramming
Développeurs de logiciels

Architecture diagramming and JPA ERD generation for Spring Boot projects. Uses Mermaid — rendered via npx with zero global installs. Just .mmd text files + one npx command. Also renders natively in GitHub markdown. USE FOR: architecture diagrams, ERD, entity relationship, visual docs, system diagram.

2026-03-06
spring-testing
Analystes en assurance qualité des logiciels et testeurs

Spring Boot test automation skill. Covers unit testing, integration testing, MockMvc, Mockito, test slices, and test-driven development workflows. USE FOR: writing tests, test failures, test coverage, TDD, MockMvc, Mockito.

2026-03-05
api-development
Développeurs de logiciels

REST API development skill for Spring Boot. Covers endpoint design, request/response modeling, validation, error handling, and API documentation. USE FOR: REST endpoints, API design, request validation, error handling, HTTP status codes, OpenAPI.

2026-03-05
database-migration
Architectes de bases de données

Database schema management and migration for Spring Boot with JPA/Hibernate. Covers entity design, schema evolution, H2 development database, and production migration strategies. USE FOR: database schema, entity changes, migrations, JPA configuration, H2 console, schema evolution.

2026-03-05
maven-build
Développeurs de logiciels

Maven build automation for Spring Boot projects. Handles compilation, packaging, dependency management, and build troubleshooting. USE FOR: build errors, dependency issues, Maven wrapper, packaging, compilation failures, dependency tree analysis.

2026-03-05
10 dépôts affichés sur 10
Tous les dépôts sont affichés