agentsclimarketplace

Knowledge

Skill Tiao553/sdd-harness-copilot/.github/skills/knowledge

AI-powered assistant for Harness-based software delivery, helping automate CI/CD, testing, deployments, and pipeline optimization with faster, safer, and more reliable workflows.

Install
npx -y skills add Tiao553/sdd-harness-copilot --skill knowledge

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

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 1 stars1 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

AgentSpec commands for knowledge. Use /knowledge-commands + intent. Reads .github/config/grounding.md before executing. Commands: /create-kb, /update-kb, /refresh-stale-kbs

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

4.3 KB, as published. Nobody here has run it

Knowledge Commands

Invoke: /knowledge-commands + descrição da tarefa

Regras Globais Obrigatórias

Estas regras valem para todos os comandos desta skill. Se houver conflito com blocos legados migrados, esta seção vence.

Grounding e Agente

  1. Antes de executar qualquer comando, leia .github/config/grounding.md.
  2. Leia .github/config/routing.json; se nenhuma rota específica casar, use .github/agents/architect.kb-architect.agent.md.
  3. Leia .github/agents/architect.kb-architect.agent.md antes de criar, atualizar ou auditar KBs.
  4. Carregue somente os arquivos necessários do domínio em .github/kb/{domain}/; nunca carregue o diretório inteiro.
  5. Toda resposta operacional deve iniciar com o bloco [GROUNDING] exigido por .github/config/grounding.md.

Caminhos Canônicos

TipoCaminho correto
Domínios KB.github/kb/{domain}/
Templates KB.github/kb/_templates/*.template
Registry KB.github/kb/_index.yaml
Agente KB.github/agents/architect.kb-architect.agent.md
Quick reference.github/kb/{domain}/quick-reference.md
Índice do domínio.github/kb/{domain}/index.md
Conceitos.github/kb/{domain}/concepts/*.md
Patterns.github/kb/{domain}/patterns/*.md
Specs.github/kb/{domain}/specs/*.yaml

MCPs e Fontes

Use MCPs para validar conhecimento antes de gravar conteúdo técnico. Ordem recomendada:

MCPUso principalObrigatoriedade
context7Documentação oficial de bibliotecas, frameworks e APIs versionadasPreferencial
refReferência técnica/API quando disponívelPreferencial
exa ou tavilyPesquisa ampla, exemplos de produção e mudanças recentesComplementar
MCP específico do domínioCloud, banco, plataforma ou vendor quando existirPreferencial para domínio

Regras de validação:

  • Use pelo menos 2 fontes quando o conteúdo afetar comandos, APIs, limites, sintaxe ou comportamento versionado.
  • Se só houver 1 fonte confiável, registre caveat de confiança no relatório final.
  • Se fontes conflitarem, não invente resolução; registre conflito e peça decisão.
  • Todo arquivo criado ou atualizado deve conter > **MCP Validated:** YYYY-MM-DD.
  • Preserve conteúdo local relevante; atualizações devem ser incrementais e rastreáveis.

Estrutura Mínima de um KB

.github/kb/{domain}/
├── index.md
├── quick-reference.md
├── concepts/
├── patterns/
└── specs/

Crie arquivos a partir de .github/kb/_templates/:

SaídaTemplate
index.mdindex.md.template
quick-reference.mdquick-reference.md.template
concepts/{name}.mdconcept.md.template
patterns/{name}.mdpattern.md.template
specs/{name}.yamlspec.yaml.template
entrada do registrydomain-manifest.yaml.template

Se .github/kb/_index.yaml não existir, crie com raiz domains: antes de registrar o primeiro domínio. Se existir, atualize apenas a entrada do domínio impactado.

Comandos Disponíveis

ComandoDescriçãoArquivoAgente
/create-kbCriar KB domain completo com validação MCPcommands/create-kb.mdkb-architect
/update-kbAtualizar KB existente com mudanças validadascommands/update-kb.mdkb-architect
/refresh-stale-kbsIdentificar e atualizar KBs desatualizadoscommands/refresh-stale-kbs.mdkb-architect

Escalação

  • Se a criação de KB revelar dependência em domínio existente, proponha merge ou cross-reference antes de duplicar.
  • Se a atualização revelar reestruturação grande, proponha plano antes de editar múltiplos domínios.
  • Se o refresh detectar conflitos entre fontes MCP, registre conflito e peça decisão.

See Also

  • Agent: .github/agents/architect.kb-architect.agent.md
  • Example: .github/kb/{domain}/
  • Templates: .github/kb/_templates/
  • Registry: .github/kb/_index.yaml

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.