Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
woliveiras
Profil créateur GitHub

woliveiras

Vue par dépôt de 59 skills collectés dans 5 dépôts GitHub.

skills collectés
59
dépôts
5
mis à jour
2026-07-25
explorateur de dépôts

Dépôts et skills représentatifs

skill-authoring
Autres occupations informatiques

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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
Administrateurs de réseaux et de systèmes informatiques

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
Affichage des 8 principaux skills collectés sur 35 dans ce dépôt.
spec-driven
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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
Analystes des systèmes informatiques

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
Spécialistes en gestion de projets

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
Développeurs de logiciels

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

2026-04-10
glossary
Développeurs de logiciels

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
Spécialistes en gestion de projets

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
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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
Analystes en sécurité de l'information

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 dépôts affichés sur 5
Tous les dépôts sont affichés