Skip to main content
Run any Skill in Manus
with one click
abossard
GitHub creator profile

abossard

Repository-level view of 51 collected skills across 10 GitHub repositories.

skills collected
51
repositories
10
updated
2026-07-24
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

cu-sdk-setup
software-developers

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
software-developers

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
software-developers

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
software-quality-assurance-analysts-and-testers

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
software-developers

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
network-and-computer-systems-administrators

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
project-management-specialists

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
software-developers

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
Showing top 8 of 13 collected skills in this repository.
learning-first
software-developers

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
software-quality-assurance-analysts-and-testers

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
instructional-coordinators-259031

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
computer-science-teachers-postsecondary

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
computer-science-teachers-postsecondary

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

2026-04-25
learning-delegation
project-management-specialists

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

2026-04-25
learning-planning
instructional-coordinators-259031

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
software-quality-assurance-analysts-and-testers

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

2026-04-25
Showing top 8 of 10 collected skills in this repository.
healthmodel-deploy
software-developers

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
software-developers

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
software-developers

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
software-developers

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
software-developers

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
software-developers

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
software-developers

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
software-quality-assurance-analysts-and-testers

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
software-developers

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
software-quality-assurance-analysts-and-testers

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
software-developers

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
database-architects

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
software-developers

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
Showing 10 of 10 repositories
All repositories loaded