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

woliveiras

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

수집된 skills
59
저장소
5
업데이트
2026-07-25
저장소 탐색

저장소와 대표 skills

skill-authoring
기타 컴퓨터 관련 직업

Create or revise coding-assistant skills that match this repository's structure and conventions. Use when: writing, renaming, or reviewing a skill. Do not use: for general writing or non-skill documentation.

2026-07-25
android-ci-setup
소프트웨어 개발자

Set up an Android CI/CD pipeline with lint, static analysis, unit tests, dependency review, and build verification. Use when: creating CI for Android, adding Gradle checks. Do not use: for local development setup, non-CI automation.

2026-07-25
bugfix-loop
소프트웨어 개발자

Run a disciplined bugfix loop with reproduction, hypotheses, regression test, fix, and cleanup. Use when: fixing bugs, debugging regressions, investigating failures. Do not use: for feature implementation, refactoring.

2026-07-25
chromadb-rag-workflow
소프트웨어 개발자

Design or review a ChromaDB-backed RAG workflow. Use when: creating collections, choosing embedding functions, chunking documents, writing retrievers. Do not use: for general LLM integration, non-RAG patterns.

2026-07-25
ci-workflow
소프트웨어 개발자

Create, review, or debug a CI/CD workflow. Use when: editing GitHub Actions, fixing CI failures, adding release/deploy automation. Do not use: for general DevOps, infrastructure as code.

2026-07-25
code-review-requesting
소프트웨어 품질 보증 분석가·테스터

Structured code review workflow ensuring context and clarity. Use when: implementation complete, tests verified, before merge request. Do not use: during active implementation, before verification checklist, or for design reviews.

2026-07-25
decision-framework
소프트웨어 개발자

Structure consequential decisions with explicit trade-offs. Use when choosing architecture, tools, or strategy. Do not use for obvious fixes or time-critical emergencies.

2026-07-25
gcloud-operation
네트워크·컴퓨터 시스템 관리자

Run or prepare a safe Google Cloud CLI operation. Use when: using gcloud, changing GCP resources, deploying to GCP. Do not use: for local CLI exploration, non-GCP operations.

2026-07-25
이 저장소에서 수집된 skills 35개 중 상위 8개를 표시합니다.
spec-driven
소프트웨어 개발자

Spec-Driven Development workflow. Use when user asks to "create spec", "new spec", "approve spec", "implement spec", "/spec", or when starting work on any non-trivial change in a repository that uses docs/specs/. Enforces immutable numbering, status lifecycle (Draft → Approved → In Progress → Implemented → Deprecated), and index synchronization.

2026-05-07
api-contract
소프트웨어 개발자

Enforces the shared HTTP API contract defined in spec 0002. Use when implementing or reviewing any endpoint handler in servers/go, servers/rust, servers/python, servers/nodejs, or servers/dotnet. Trigger phrases: "implement endpoint", "add handler", "api contract", "/api-contract", or when editing any handlers.* or routes.* file in the servers/ directory.

2026-05-07
benchmark-harness
소프트웨어 개발자

Reproducibility rules, CSV schema, and measurement procedures for the benchmark defined in spec 0009. Use when implementing or reviewing files in benchmark/ or scripts/. Trigger phrases: "benchmark", "harness", "wrk", "rps_per_mb", "/benchmark-harness".

2026-05-07
server-dotnet-aot
소프트웨어 개발자

Patterns and anti-patterns for the .NET 10 Minimal API + Native AOT server defined in spec 0008. Use when implementing or reviewing any file in servers/dotnet/. Trigger phrases: "dotnet server", "csharp server", "native aot", "minimal api", "/server-dotnet".

2026-05-07
server-go
소프트웨어 개발자

Patterns and anti-patterns for the Go net/http server defined in spec 0004. Use when implementing or reviewing any file in servers/go/. Trigger phrases: "go server", "net/http", "modernc sqlite", "/server-go".

2026-05-07
server-nodejs
소프트웨어 개발자

Patterns and anti-patterns for the Node.js/Fastify server defined in spec 0007. Use when implementing or reviewing any file in servers/nodejs/. Trigger phrases: "nodejs server", "fastify", "better-sqlite3", "/server-nodejs".

2026-05-07
server-python
소프트웨어 개발자

Patterns and anti-patterns for the Python/FastAPI + granian server defined in spec 0006. Use when implementing or reviewing any file in servers/python/. Trigger phrases: "python server", "fastapi", "granian", "/server-python".

2026-05-07
server-rust
소프트웨어 개발자

Patterns and anti-patterns for the Rust/Axum server defined in spec 0005. Use when implementing or reviewing any file in servers/rust/. Trigger phrases: "rust server", "axum", "sqlx", "/server-rust".

2026-05-07
android
소프트웨어 개발자

Patterns and conventions for the Android (Jetpack Compose + Kotlin) app. Use when implementing or reviewing any screen, composable, ViewModel, repository, or service. Trigger phrases: "android pattern", "jetpack compose", "new screen", "new composable", "viewmodel", "/android".

2026-05-10
arxiv-api
소프트웨어 개발자

arXiv Atom/XML API integration patterns. Use when implementing or reviewing any code in data/remote/ArxivApiService.kt or any file that calls the arXiv API. Trigger phrases: "arxiv api", "fetch papers", "query arxiv", "/arxiv-api", or when editing ArxivApiService.kt.

2026-05-10
debug
소프트웨어 개발자

Debugging workflow for the Android (Kotlin + Jetpack Compose) app. Use when tracking down runtime errors, unexpected behavior, network issues, or state problems. Trigger phrases: "debug", "não está funcionando", "erro em runtime", "por que isso falha", "breakpoint", "/debug".

2026-05-10
unit-testing
소프트웨어 품질 보증 분석가·테스터

Unit testing patterns and conventions using JUnit5 + MockK + Turbine. Use when writing, reviewing, or debugging unit tests in this project. Trigger phrases: "write test", "unit test", "test this viewmodel", "test this repository", "/unit-test".

2026-05-10
madr
소프트웨어 개발자

MADR (Markdown Any Decision Records) workflow. Use when recording an architecture or significant technical decision. Trigger phrases: "new adr", "architecture decision", "record decision", "write adr", "/madr".

2026-05-09
spec-driven
컴퓨터 시스템 분석가

Spec-Driven Development workflow. Use when user asks to "create spec", "new spec", "approve spec", "implement spec", "/spec", or when starting work on any non-trivial change in a repository that uses docs/specs/. Enforces immutable numbering, status lifecycle (Draft → Approved → In Progress → Implemented → Deprecated), and index synchronization.

2026-05-09
write-prd
프로젝트 관리 전문가

Product Requirements Document (PRD) writing workflow. Use when the user wants to define a new feature, product area, or user journey before writing specs. Trigger phrases: "write prd", "product requirements", "new feature brief", "define feature", "/write-prd".

2026-05-09
doc-updater
소프트웨어 개발자

Update project documentation after implementing a feature. Use when: updating docs, documentation, update docs after implementation, sync docs with code.

2026-04-10
glossary
소프트웨어 개발자

Extract and formalize domain terminology into a glossary. Use when: defining domain terms, building a glossary, hardening terminology, domain model, DDD, ubiquitous language, glossary.

2026-04-10
spec-template
프로젝트 관리 전문가

Generate a structured spec from direct input. Use when: you already know what you want and just need the formatted template. For exploration and interviews, use the spec-writer agent instead.

2026-04-10
test-from-spec
소프트웨어 품질 보증 분석가·테스터

Generate unit tests from a spec's acceptance criteria. Use when: you have a written spec and need tests, generate tests from spec, TDD from spec, spec to tests.

2026-04-10
go-service
소프트웨어 개발자

Scaffold a new Go service package following Bookaneer's architecture. Use when creating a new domain service, adding a new integration (metadata provider, download client, indexer, notification channel), or adding a new API handler. Generates code following the project's layered architecture, interface patterns, and conventions.

2026-04-07
security-review
정보 보안 분석가

Review code for security vulnerabilities aligned with OWASP Top 10:2025. Use when asked to audit, review, or check code for security issues including SQL injection, path traversal, authentication flaws, broken access control, and cryptographic failures in Go backend or React frontend code.

2026-04-07
저장소 5개 중 5개 표시
모든 저장소를 표시했습니다