원클릭으로
str-agentic-adventures
str-agentic-adventures에는 SecuringTheRealm에서 수집한 skills 5개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Triggers when the agent makes technology selections, architectural pattern choices, or security/deployment strategy decisions. Covers ADR creation and conventions.
Triggers when the agent creates or modifies AI agents, registers tools, or changes fallback logic. Covers Microsoft Agent Framework SDK patterns, singleton client, and thread management.
Triggers when the agent modifies backend API routes, Pydantic models, or request/response types; when frontend TypeScript shows type errors against api-client/; or when openapi.json or schema.d.ts need regeneration. Covers the openapi-typescript generation workflow.
Releases a new version by determining bump type from conventional commits, running lint and test checks, tagging, pushing, and creating a GitHub release. Use when ready to cut a release from main.
SQLAlchemy ORM patterns, Alembic migrations, database session management