agentsclimarketplace

Classify request

Skill matheus-ndc/cognito-code/src/cognito_code/skills/builtins/classify-request

Terminal-first Orchestrator with CrewAI, Agents, SubAgents, Tools, Skills, Plugins, Checkpoints and local LLMs

Install
npx -y skills add matheus-ndc/cognito-code --skill classify-request

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Use esta skill quando precisar classificar uma solicitação de engenharia de software em debug, refactor, tests ou general, especialmente antes de planejar subtarefas ou escolher o melhor fluxo.

SKILL.md

1.0 KB, 188 tokens by cl100k_base, as published. Nobody here has run it

Objective

Classifique a solicitação do usuário em uma destas categorias:

  • debug
  • refactor
  • tests
  • general

Instructions

  1. Leia a solicitação inteira.
  2. Priorize a intenção do usuário, não palavras isoladas.
  3. Se houver mistura, escolha a categoria dominante.
  4. Retorne JSON textual no formato:
{ "label": "debug" }

Heuristics

  • debug: bug, erro, stacktrace, falha, exceção, comportamento inesperado
  • refactor: reorganizar, simplificar, limpar, melhorar design, reduzir duplicação
  • tests: pytest, unit test, cobertura, cenário de teste, mock
  • general: análise, explicação, exploração, perguntas abertas

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.