development-workflow

development-workflow is a skill for Claude Code from athola/claude-night-market. It costs 20 tokens per session (1,227 once invoked), scanned A, original, MIT.

A collection of software-development workflow guidance covering version control, code review, testing, documentation, deployment, and monitoring. Version control records code changes, while code review lets others examine them before they are accepted.

In plain words
What is it for?
Use it when starting or organizing a project, setting up Git practices, adding code review, choosing testing guidance, documenting work, or preparing deployment and monitoring processes.
Why use it?
It gives teams a structured way to choose development practices as a project grows. It helps connect everyday coding work with review, quality checks, and release activities.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the abstract plugin — 16 skills, 17 commands, 5 agents, 4 hooks shipped together

Good fit Use it when starting or organizing a project, setting up Git practices, adding code review, choosing testing guidance, documenting work, or preparing deployment and monitoring processes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/athola/claude-night-market/development-workflow
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.

Any agent
npx skills add athola/claude-night-market --skill development-workflow
Clone the repo
git clone --depth 1 https://github.com/athola/claude-night-market

Made for: Claude Code.

Or install abstract, the plugin that ships this one along with the rest of its 16 skills, 17 commands, 5 agents, 4 hooks.

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 development-workflow

README.md
[![agentmods](https://agentmods.dev/badge/skills/athola/claude-night-market/development-workflow/github.svg)](https://agentmods.dev/skills/athola/claude-night-market/development-workflow)
Your own site
<a href="https://agentmods.dev/skills/athola/claude-night-market/development-workflow"><img src="https://agentmods.dev/badge/skills/athola/claude-night-market/development-workflow/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for development-workflow

Your own site · 80×15
<a href="https://agentmods.dev/skills/athola/claude-night-market/development-workflow"><img src="https://agentmods.dev/badge/skills/athola/claude-night-market/development-workflow.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 20 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,227 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original 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.1 $0.00020 $0.01227
Opus 5 $0.00010 $0.00613
Sonnet 5 $0.00004 $0.00245
Haiku 4.5 $0.00002 $0.00123

Measured 9d ago against content hash fea0c595dc81, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

development-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 9d 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.

plugins/abstract/docs/examples/modular-skills/complete-skills/development-workflow/SKILL.md · 164 lines

How it starts

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

Table of Contents

Development Workflow Hub

This modular skill provides a detailed framework for software development workflows. It's designed as a hub that coordinates specialized modules for different aspects of development.

Overview

Get started quickly with this development workflow framework:

** Quick Start**: Set up repository structure and basic workflow in minutes

  • Initialize with git-workflow module
  • Add code-review process for team collaboration
  • Implement testing strategies for quality assurance

Progressive Learning: Start simple, add complexity as needed

  1. Basic workflow → git-workflow and code-review
  2. Quality focus → add testing-strategies and documentation
  3. Production ready → add deployment-procedures and monitoring

** Use Case-Based**: Jump directly to what you need

  • New project? → Start with git-workflow
  • Team scaling? → Focus on code-review + testing
  • Production deployment? → Use deployment-procedures
  • Documentation debt? → Apply documentation-guidelines

Available Modules

This workflow illustrates a hub coordinating these specialized modules. Each link below resolves to a working example file in this skill's modules/ directory; copy the directory and adapt the contents when using this template for a real skill:

Read the full file on GitHub · 164 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 9d ago First seen · 164 lines · 20 tokens per session scan A fea0c595dc81

Subscribe to this mod's changes

development-workflow is a skill published in the GitHub repository athola/claude-night-market (336 stars, last pushed 3d ago), licensed MIT. It adds 20 tokens to every session and 1,227 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

ship-it

A GitHub workflow for finishing an implemented issue: commit the relevant changes, push a branch, create a pull request, merge it, and close the issue. GitHub is a service for hosting code and reviewing changes, and a pull request is a proposed change for review.

smallnest/goal-workflow · 96 tokens

git-workflow

Git operations: commits, branches, PRs, and conflict resolution.

vstorm-co/pydantic-deepagents · 17 tokens

git-flow-pr

Executes the full PR-driven development workflow: create an isolated feature branch from the current work, commit all staged changes, rebase cleanly onto the selected base branch (skipping any ancestor commits already merged), push the branch, and open a GitHub pull request linked to a related issue. Includes guidance…

soulcodex/agentic · 103 tokens

git-workflow

Git branching, commit conventions, rebase vs merge, conflict resolution, and release tagging. Use when setting up a git workflow, writing commits, resolving conflicts, or preparing a release.

chandrudp29/skillhub · 41 tokens

ship

Use when changes are ready to ship — takes the working tree to a pull request with code review, Conventional Commit, automatic SemVer bump and a PR template. Part of the cys flow (after cys:check).

bacsystem/parallel-plan-executor · 47 tokens

git-wrapup

Land working-tree changes as logical commits — the work grouped by concern, topped by a release commit (version bump, changelog, regenerated artifacts) and an annotated tag. Verify, commit, tag. Stops at "committed and tagged locally" — no push, no publish. The release-and-publish skill picks up from here. Distilled…

cyanheads/workflows-mcp-server · 82 tokens