AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Sdlc Init

skill-evolplus-talos-sdlc-init · by evolplus

Codex-native initializer for Evo Talos. Use when the user asks for /sdlc-init, sdlc-init, initialize the SDLC kit, install the kit into the current project, or update the project's AGENTS.md from the plugin. Runs the plugin script, which auto-detects the active agent tool and chooses Codex or Claude project files.

No reviews yet
0 installs
34 views
0.0% view→install

Install

$ agentstack add skill-evolplus-talos-sdlc-init

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-evolplus-talos-sdlc-init)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Sdlc Init? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

SDLC Init

Purpose

Codex plugins do not expose Claude-style slash commands from commands/. This skill is the Codex command shim for /sdlc-init.

Use it when the operator asks to initialize or refresh a project with the Evo Talos kit.

Invocation

  1. Treat the user's message after sdlc-init or /sdlc-init as arguments.
  2. Resolve the plugin root from this skill directory:
  • this file lives at skills/sdlc-init/SKILL.md;
  • the plugin root is two directories up.
  1. Run the helper:
node /scripts/sdlc-init.cjs 

Do not rely on CLAUDE_PLUGIN_ROOT in Codex. That variable is for Claude Code slash commands and may not exist in Codex.

Supported Arguments

  • --target codex - override auto-detection and inject AGENTS.md only.
  • --target claude - override auto-detection and write CLAUDE.md, .claude/settings.json, and .claude/hooks.
  • --target both - override auto-detection and write both Codex and Claude instruction targets.
  • --dry-run - prints planned changes without writing files.
  • --force-hooks - allows replacing conflicting Claude hook files.
  • --skip-agents - skip instruction injection.
  • --skip-settings - skip Claude settings merge.
  • --skip-hooks - skip Claude hook copy.
  • --project - initialize a project root other than the current working directory.

Behavior

The helper performs project-local changes only:

  1. Detects the active agent tool from environment signals first, then project

markers if needed.

  1. In Codex, injects the plugin contract from rules/CLAUDE.md into the

project's AGENTS.md inside a managed block.

  1. In Claude Code, injects CLAUDE.md, merges .claude/settings.json, and

copies .claude/hooks.

  1. Warns when existing project instruction headings overlap with plugin

sections.

  1. Uses --target only as an explicit override for unusual migration or

dual-tool setups.

After the helper exits:

  1. Summarize changed, unchanged, and skipped files.
  2. Relay every WARN and ERROR line.
  3. If the helper exits nonzero, stop and tell the operator which file or

conflict needs attention.

  1. Do not rerun with --force-hooks unless the operator explicitly supplied

that flag.

Recommended Codex Phrases

Operators can invoke this in Codex with natural prompts such as:

  • Run sdlc-init
  • Run sdlc-init --dry-run
  • Initialize this project with Evo Talos
  • Refresh AGENTS.md from the Talos plugin

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.