Agentic-development

Agentic-development is a settings file for Claude Code from MatrixFounder/Agentic-development. Its token cost is not measured, scanned C, original, Apache-2.0.

A project settings file that defines environment variables, allowed commands, and a tool-use hook for an automated coding workflow. A hook is an action that runs when a specified tool event occurs.

In plain words
What is it for?
It configures approved shell commands, test commands, session-state updates, and other development tools. It is used to manage the settings of an agent-based software project.
Why use it?
It controls what the automated workflow may run and how it behaves after tool use. This makes the project's agent setup explicit and repeatable.

Settings file for Claude Code

Not installable: its command points at a path on the author’s own machine, so it runs nowhere else.

One of 2 entries in settings.json — they are configured in one file and arrive together.

Install

Getting it into your agent

There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for Agentic-development

README.md
[![agentmods](https://agentmods.dev/badge/settings/matrixfounder/agentic-development/settings.svg)](https://agentmods.dev/settings/matrixfounder/agentic-development/settings)
Your own site
<a href="https://agentmods.dev/settings/matrixfounder/agentic-development/settings"><img src="https://agentmods.dev/badge/settings/matrixfounder/agentic-development/settings.svg" alt="Measured on agentmods" height="20"></a>
Per session not measured What this adds to a session before it is invoked.
When invoked not measured Not applicable: nothing here is loaded into a session.
Security scan C 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Security

Grade C, and why

Agentic-development scanned grade C with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

"Bash(rm -rf t064-fail t064-warn)",
.claude/settings.json · 104 lines

How it starts

The opening of the file, as written. The whole thing — 104 lines — stays where its author put it; the contents beside it link to each section on GitHub.

{
  "env": {
    "CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1"
  },
  "permissions": {
    "allow": [
      "Bash(ls *)",
      "Bash(cat *)",
      "Bash(head *)",
      "Bash(tail *)",
      "Bash(find *)",
      "Bash(grep *)",
      "Bash(tree *)",
      "Bash(wc *)",
      "Bash(stat *)",
      "Bash(file *)",
      "Bash(du *)",
      "Bash(df *)",
      "Bash(echo *)",
      "Bash(git status*)",
      "Bash(git log*)",
      "Bash(git diff*)",
      "Bash(git show*)",
      "Bash(git branch*)",
      "Bash(git remote*)",
      "Bash(git tag*)",
      "Bash(mv docs/TASK.md *)",
      "Bash(mv docs/PLAN.md *)",
      "Bash(mkdir -p docs*)",
      "Bash(mkdir -p .agent*)",
      "Bash(mkdir -p tests*)",
      "Bash(python -m pytest*)",
      "Bash(python3 -m pytest*)",
      "Bash(npm test*)",
      "Bash(npx jest*)",
      "Bash(cargo test*)",
      "Bash(python3 .agent/skills/skill-session-state/scripts/update_state.py *)",
      "Bash(python3 .agent/tools/task_id_tool.py *)",
      "Bash(python3 .agent/skills/skill-creator/scripts/validate_skill.py *)",
      "Bash(python3 .agent/skills/skill-creator/scripts/init_skill.py *)",
      "Bash(python3 .agent/tools/rebase_links.py *)",
      "Bash(python3 .agent/skills/artifact-formalizer/scripts/scan_register.py *)",
      "Bash(python3 .agent/skills/artifact-formalizer/scripts/selftest_scan.py *)",
      "Bash(python3 System/scripts/doctor.py*)",
      "Bash(bash /Users/sergey/.claude/plugins/cache/universal-skills/marp-slide/1.0.0/skills/marp-slide/scripts/install.sh)",
      "Bash(/Users/sergey/.claude/plugins/cache/universal-skills/marp-slide/1.0.0/skills/marp-slide/scripts/render docs/presentation/FRAMEWORK_WEBINAR.marp.md --format pptx)",
      "Bash(python3 /Users/sergey/dev-projects/agentic-development/.agent/tools/task_id_tool.py --help)",
      "Bash(python3 /Users/sergey/dev-projects/agentic-development/.agent/tools/task_id_tool.py vdd-develop-all)",
      "Bash(python3 tests/run_tests.py)",
      "Bash(p

Read the full file on GitHub · 104 lines

Same file

What else settings.json configures

This page is one entry in a file that holds 2. Installing the file brings all of them; each is measured and scanned on its own page.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today First seen · 104 lines scan C 6fda4cfce107

Subscribe to this mod's changes

Agentic-development is a settings file published in the GitHub repository MatrixFounder/Agentic-development (5 stars, last pushed yesterday), licensed Apache-2.0. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.