autonomous-coding-workflow

autonomous-coding-workflow is a skill for Claude Code, Codex from Bottelet/DaybydayCRM. It costs 22 tokens per session (598 once invoked), scanned A, original, no licence file.

A workflow for making small, safe changes across an entire code repository, with checks performed throughout the work.

In plain words
What is it for?
Use it when planning repository-wide changes, validating each step, and running checks before continuing.
Why use it?
It reduces the risk of broad changes breaking unrelated code or going untested.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/bottelet/daybydaycrm/autonomous-coding-workflow
Any agent
npx skills add Bottelet/DaybydayCRM --skill autonomous-coding-workflow
Clone the repo
git clone --depth 1 https://github.com/Bottelet/DaybydayCRM

Made for: Claude Code, Codex.

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 autonomous-coding-workflow

README.md
[![agentmods](https://agentmods.dev/badge/skills/bottelet/daybydaycrm/autonomous-coding-workflow.svg)](https://agentmods.dev/skills/bottelet/daybydaycrm/autonomous-coding-workflow)
Your own site
<a href="https://agentmods.dev/skills/bottelet/daybydaycrm/autonomous-coding-workflow"><img src="https://agentmods.dev/badge/skills/bottelet/daybydaycrm/autonomous-coding-workflow.svg" alt="Measured on agentmods" height="20"></a>
Per session 22 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 598 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00022 $0.00598
Opus 5 $0.00011 $0.00299
Sonnet 5 $0.00004 $0.00120
Haiku 4.5 $0.00002 $0.00060

Measured 5d ago against content hash c7cbab92f8d1, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

autonomous-coding-workflow scanned grade A with 0 findings 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 5d ago.

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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/autonomous-coding-workflow/SKILL.md · 138 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 5d ago First seen · 138 lines · 22 tokens per session scan A c7cbab92f8d1

Subscribe to this mod's changes

autonomous-coding-workflow is a skill published in the GitHub repository Bottelet/DaybydayCRM (2,326 stars, last pushed 4d ago), with no licence file. It adds 22 tokens to every session and 598 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

business-review

Use when the user asks to business-review their work (local mode default, via 'business-review' or 'review my branch'), a Relaticle pull request ('--pr ' or a bare PR number), or a described change (--describe). v3 is a panel-of-QAs engine. It resolves the live environment first (URLs/creds/queue/Redis/Reverb are…

relaticle/relaticle · 262 tokens

screenshot-with-callout

Mandatory point-of-use sequence for capturing annotated screenshots that go into deliverables (ClickUp reviews, bug repros, internal evidence, end-user docs). Invoke this BEFORE every screenshot capture, not once per session, so the rules are fresh in context at the moment you actually shoot. Covers the annotate →…

relaticle/relaticle · 130 tokens

agent-browser-relaticle

Use whenever driving agent-browser against the local Relaticle app (relaticle.test and its panels) for testing, QA, business review, or UI automation. Covers Filament v5 + Livewire v4 quirks specific to this codebase: panel URL derivation (domain-routed vs path-routed, never assumed), login flows for the app and…

relaticle/relaticle · 154 tokens

ai-sdk-development

TRIGGER when working with ai-sdk which is Laravel official first-party AI SDK. Activate when building, editing AI agents, chatbots, text generation, image generation, audio/TTS, transcription/STT, embeddings, RAG, vector stores, reranking, structured output, streaming, conversation memory, tools, queueing…

relaticle/relaticle · 146 tokens

infer-conventions

Use this skill to analyze how a Laravel application is actually written and record its conventions as shared rules. Trigger when the user wants to detect, infer, document, or standardize project conventions or coding style, set up or grow .ai/rules, resolve mixed or conflicting patterns (e.g. "are we using Form…

relaticle/relaticle · 168 tokens

manual-testing

Use immediately after finishing any code change in Relaticle (implementation, fix, refactor, migration) before reporting work as complete. The skill itself decides whether to run; do not skip on 'small' changes. Triggers an adversarial post-task QA pass: reads the diff, scores risk, generates an SBTM charter, drives a…

relaticle/relaticle · 152 tokens