Skip to main content
Execute qualquer Skill no Manus
com um clique
Repositório GitHub

CachiBot

CachiBot contém 9 skills coletadas de jhd3197, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
9
Stars
18
atualizado
2026-02-23
Forks
1
Cobertura ocupacional
2 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

cachibot-api-route
Desenvolvedores de software

Add new REST API endpoints to CachiBot's FastAPI backend following the project's conventions. Use this skill when adding API routes, endpoints, or REST resources — e.g., "add an API for reminders", "create a CRUD endpoint for bookmarks".

2026-02-23
cachibot-frontend-view
Desenvolvedores web

Create new frontend views and components for CachiBot's React+TypeScript UI with Zustand state management. Use this skill when building new pages, views, panels, or major UI components — e.g., "add a dashboard view", "create a logs panel", "build a new settings tab".

2026-02-23
cachibot-full-stack-entity
Desenvolvedores de software

Add a complete full-stack entity to CachiBot spanning database table, repository, Pydantic models, API routes, TypeScript types, API client, and Zustand store. Use this skill when adding a new data entity or resource that needs persistence and CRUD across the entire stack — e.g., "add bookmarks", "add a reminders system", "create a templates feature".

2026-02-23
cachibot-plugin
Desenvolvedores de software

Create new CachiBot agent plugins (tools) following the project's capability-gated plugin architecture. Use this skill when adding a new tool, capability, or plugin to the CachiBot agent system — e.g., "add a translate tool", "create a web scraping plugin", "add a new capability".

2026-02-23
cachibot-websocket-event
Desenvolvedores de software

Add new WebSocket message types and event handlers to CachiBot's real-time streaming system. Use this skill when adding new real-time events, live updates, or bidirectional WebSocket communication — e.g., "add live progress events", "stream file upload status", "add approval request events".

2026-02-23
create-pr
Desenvolvedores de software

Generate a pull request title and description from the current branch's commits. Produces a concise summary, optional feature highlights, and collapsible technical details.

2026-02-23
code-review
Desenvolvedores de software

Run a full-codebase audit of CachiBot using 8 parallel review agents (DRY, Security, API, Data, Frontend, Tests, State, Observability). Each agent reports findings with file paths and line numbers, compiled into a dated report.

2026-02-22
lint-fix
Desenvolvedores de software

Run all project linters (ruff check, ruff format, mypy, eslint) and auto-fix every violation. Fixes line-length, type annotations, unused vars, and formatting in one pass.

2026-02-22
review-fix
Desenvolvedores de software

Read the latest code review, plan fixes for all findings, then execute the fixes — all in one command. Produces a dated plan and execution log in .reviews/.

2026-02-22