Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

coffeeAgntcy

coffeeAgntcy에는 agntcy에서 수집한 skills 5개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
5
Stars
102
업데이트
2026-07-07
Forks
48
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

api-documentation-lungo
소프트웨어 개발자

Authors and maintains the human-facing Agentic Workflows API documentation for the lungo subproject at coffeeAGNTCY/coffee_agents/lungo/docs/workflow-instance_api.md, covering the catalog API, workflow-instance lifecycle/state, the internal event ingress, the SSE and NDJSON streaming formats, the canonical event_v1 JSON Schema, and the topology/use-case response shapes a frontend consumes. Use when documenting or updating the lungo workflow API; when an OpenAPI document under coffeeAGNTCY/coffee_agents/lungo/schema/openapi, the JSON Schema under coffeeAGNTCY/coffee_agents/lungo/schema/jsonschemas, or the router under coffeeAGNTCY/coffee_agents/lungo/api/agentic_workflows changes; or when a prompt references a ticket/issue, pull request, or file/folder that changes the lungo API contracts or specifications. DO NOT TRIGGER AUTOMATICALLY. ASK THE USER IF THE SKILL SHOULD BE USED.

2026-07-07
generate-release-notes
소프트웨어 개발자

Generates coffeeAgntcy CHANGELOG release notes and README Built With updates from PRs and dependency lockfiles since the previous release tag. Use when the user asks for release notes, a changelog entry, GitHub release text, or preparing a semver release.

2026-06-04
openapi-to-python-lungo
소프트웨어 개발자

Generates and validates Python FastAPI routers and DTOs from the OpenAPI schemas in coffeeAGNTCY/coffee_agents/lungo/schema/openapi for the lungo subproject. Use when adding, removing, renaming, or modifying endpoints in any lungo OpenAPI document; when generating or regenerating files under coffeeAGNTCY/coffee_agents/lungo/api/<tag>/ (router.py, dtos.py); when validating that hand-edited handlers or DTOs still match the OpenAPI spec; or when scaffolding the OpenAPI unit tests for a router.

2026-06-02
jsonschema-to-pydantic-lungo
소프트웨어 개발자

Generates Pydantic v2 model classes from the JSON Schema documents under `coffeeAGNTCY/coffee_agents/lungo/schema/jsonschemas/` into `coffeeAGNTCY/coffee_agents/lungo/schema/types/*.py`, and a matching pytest module per types module under `coffeeAGNTCY/coffee_agents/lungo/tests/unit/schemas/types/test_<module>.py`. DO NOT TRIGGER AUTOMATICALLY. ASK THE USER IF THE SKILL SHOULD BE USED. Use when a `*_v*.json` schema under that folder is added or modified, when regenerating the lungo Pydantic types or their tests after a schema change, or when the user mentions regenerating schema types, JSON Schema → Pydantic, or fixing drift between schema and types.

2026-05-05
a2a-protocol
기타 컴퓨터 관련 직업

Use this skill when the user asks about A2A (Agent-to-Agent) protocol communication, OASF record formats, AGNTCY directory operations, agent card parsing, or dirctl CLI usage. It provides comprehensive reference material for A2A integrations.

2026-03-31