Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
abossard
GitHub 제작자 프로필

abossard

10개 GitHub 저장소에서 수집된 51개 skills를 저장소 단위로 보여줍니다.

수집된 skills
51
저장소
10
업데이트
2026-07-24
저장소 지도

skills가 있는 위치

수집된 skill 수가 많은 주요 저장소와 이 제작자 카탈로그 내 비중, 직업 분포를 보여줍니다.

여기에는 상위 8개 저장소가 표시되며, 전체 저장소 목록은 아래에서 이어집니다.
저장소 탐색

저장소와 대표 skills

cu-sdk-setup
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 품질 보증 분석가·테스터

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
소프트웨어 개발자

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
네트워크·컴퓨터 시스템 관리자

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
프로젝트 관리 전문가

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
소프트웨어 개발자

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
이 저장소에서 수집된 skills 13개 중 상위 8개를 표시합니다.
learning-first
소프트웨어 개발자

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
소프트웨어 품질 보증 분석가·테스터

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
교수학습 조정관

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
고등교육 컴퓨터공학 교원

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
고등교육 컴퓨터공학 교원

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

2026-04-25
learning-delegation
프로젝트 관리 전문가

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

2026-04-25
learning-planning
교수학습 조정관

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
소프트웨어 품질 보증 분석가·테스터

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

2026-04-25
이 저장소에서 수집된 skills 10개 중 상위 8개를 표시합니다.
healthmodel-deploy
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 품질 보증 분석가·테스터

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
소프트웨어 개발자

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
소프트웨어 품질 보증 분석가·테스터

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
소프트웨어 개발자

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 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
소프트웨어 개발자

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개 중 10개 표시
모든 저장소를 표시했습니다