agentsclimarketplace

Camada agentica

Skill adriannoes/awesome-agentic-ai/cursor-claude-codex/skills/igoruehara-spec-driven/skills/camada-agentica

Use to propose and generate the project's agentic layer — rules (CLAUDE.md, settings.json), subagents (.claude/agents), skills (.claude/skills), and workflows/CI — tuned to the stack, tools, process, and domain. Proposes with justification and generates only what is approved. It is called by /kickoff and also runs standalone as the project evolves or new tools arrive. Trigger with /camada-agentica.From its SKILL.md

Install
npx -y skills add adriannoes/awesome-agentic-ai --skill camada-agentica

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

SKILL.md

2.2 KB, 469 tokens by cl100k_base, as published. Nobody here has run it

Translation note: Originally authored in Portuguese (pt-BR) by Igor Uehara (igoruehara/spec-driven, MIT). Translated to English by this hub to keep the repository language consistent. Original content unchanged in meaning; see the upstream repo for the pt-BR source.

Skill: Project agentic layer

Tunes the layer that lets humans and agents operate the pipeline. Principle: propose with justification (which input motivates each item), generate only what is approved. Reference: docs/engineering/agentic-layer.md.

Gather the context

Stack and quality gates (CLAUDE.md, ADRs), tools (integrations.md), process (Scrum/Kanban), and domain (context-map.md, glossary.md). This is what decides which artifacts make sense.

Propose (do not generate without OK)

  • Rules: adjustments to CLAUDE.md per stack; .claude/settings.json with an allowlist of the stack's common commands and hooks. ⚠️ Permissions/hooks are sensitive — confirm each one.
  • Agents (subagents) in .claude/agents/<name>.md (use docs/engineering/_templates/subagent.template.md): e.g. spec-reviewer (DoR gate), domain-modeler, adr-writer, <stack>-tester.
  • Skills in .claude/skills/<name>/ (use docs/engineering/_templates/skill.template.md): according to the tools, /spec-to-jira, /publicar-confluence (tools-aware).
  • Workflows: hooks in settings.json (lint/test on Stop). For CI/CD (pipeline gates) delegate to the /setup-ci skill; for the PR/MR gate, to /revisar-pr.

Rules

  • Each proposal cites the input that motivates it (e.g. Python stack → pytest-tester + allowlist).
  • Unapproved items become adoption roadmap items (suggest /roadmap).
  • Map each artifact in docs/engineering/agentic-layer.md.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,546. 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.