con un clic
termaup
termaup contiene 13 skills recopiladas de Rynaro, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.
Skills en este repositorio
SPECTRA v4 — vendor-agnostic specification and planning methodology for AI agents.
Implement typed async endpoint methods on ClickUpClient in clickup-api. Use this when creating or modifying files in clickup-api/src/endpoints/.
Create serde model structs for all ClickUp API entities in clickup-api. Use this when creating or modifying files in clickup-api/src/models/.
Build the core HTTP client with rate limiting, retry, and pagination in clickup-api. Use this when creating client.rs, rate_limiter.rs, or pagination.rs.
Implement authentication commands for clickup-cli. Use this when creating auth.rs, output.rs, or client_factory.rs in the CLI crate.
Implement space, list, and task browsing commands with rich output for clickup-cli. Use this when creating data browsing commands in the CLI crate.
Create documentation, issue templates, release workflows, and test suites for clickup-rs. Use this when preparing for release or writing project documentation.
Implement shared error types, config system, and token storage in clickup-api. Use this when creating error.rs, config.rs, or auth.rs in the API crate.
Scaffold the Cargo workspace, Docker, and CI/CD pipeline for clickup-rs. Use this when setting up project infrastructure, creating the workspace root, or configuring build tooling.
Add search, help overlay, themes, caching, and error handling to clickup-tui. Use this when polishing the TUI experience.
Build the TUI app skeleton with event loop, state machine, and layout framework for clickup-tui. Use this when scaffolding the TUI crate.
Implement list view, task detail, and markdown rendering in clickup-tui. Use this when building task display screens or the markdown rendering widget.
Implement workspace and space selection screens with async data loading in clickup-tui. Use this when building the first TUI data screens.