🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@pedroct/kit-agentes

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pedroct/kit-agentes

Codex-ready dev tools kit with Skills, Agents, and Workflows.

latest
Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
3
-40%
Maintainers
1
Weekly downloads
 
Created
Source

Codex Dev Tools Kit

A Codex-first project template for dev tools teams, with Skills, Agents, and Workflows.

Quick Start

  • Open this repo in Codex.
  • Ask for changes normally, or invoke a workflow like /plan build X.
  • Codex will load skills from .agents/skills/ as needed.

CLI

Use the CLI to scaffold a new kit from this template:

npx @pedroct/kit-agentes init my-kit

You can also install globally:

npm install -g @pedroct/kit-agentes
kit-agentes init my-kit

Options:

  • --force overwrite an existing non-empty directory

Release (npm)

  • Authenticate with npm:
    • Local: npm login --scope=@pedroct --registry=https://registry.npmjs.org
    • CI: set NPM_TOKEN in your CI secrets (used by .npmrc).
  • Bump version: npm version patch|minor|major
  • Publish: npm publish (uses publishConfig.access=public).

Domain and stack

  • Dev tools: integrations, data pipelines, and CI/CD.
  • Stack: React/Next.js, Node.js, Python/FastAPI, Java/Spring.

Structure

  • AGENTS.md core instructions and registry of skills, agents, workflows.
  • .agents/skills/ Codex-compatible skills.
  • agents/ persona briefs.
  • workflows/ step-by-step procedures for slash commands.

Add a skill

  • Create a folder under .agents/skills/<skill-name>/.
  • Add SKILL.md with YAML frontmatter containing name and description.
  • Keep instructions short and task focused.

Notes

  • Keep .agents/skills/ tracked in git so Codex can read them.
  • You can expand agents and workflows as your team evolves.

FAQs

Package last updated on 08 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts