software-architecture

software-architecture is a skill for Claude Code, Codex from DjordjeMojsilovic/Djordjes-Claude-Setup. It costs 0 tokens per session (1,133 once invoked), scanned A, original, no licence file.

Software design guidance for structuring systems, reviewing code, and planning or refactoring projects. It covers Clean Architecture, SOLID principles, and common design patterns.

In plain words
What is it for?
Use it to choose a project structure or design pattern, review architecture, and plan refactoring work.
Why use it?
It helps make architecture choices clearer and keeps code structure easier to understand and change.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it to choose a project structure or design pattern, review architecture, and plan refactoring work.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/djordjemojsilovic/djordjes-claude-setup/software-architecture
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 DjordjeMojsilovic/Djordjes-Claude-Setup --skill software-architecture
Clone the repo
git clone --depth 1 https://github.com/DjordjeMojsilovic/Djordjes-Claude-Setup

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 software-architecture

README.md
[![agentmods](https://agentmods.dev/badge/skills/djordjemojsilovic/djordjes-claude-setup/software-architecture/github.svg)](https://agentmods.dev/skills/djordjemojsilovic/djordjes-claude-setup/software-architecture)
Your own site
<a href="https://agentmods.dev/skills/djordjemojsilovic/djordjes-claude-setup/software-architecture"><img src="https://agentmods.dev/badge/skills/djordjemojsilovic/djordjes-claude-setup/software-architecture/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 software-architecture

Your own site · 80×15
<a href="https://agentmods.dev/skills/djordjemojsilovic/djordjes-claude-setup/software-architecture"><img src="https://agentmods.dev/badge/skills/djordjemojsilovic/djordjes-claude-setup/software-architecture.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,133 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.
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.1 $0.00000 $0.01133
Opus 5 $0.00000 $0.00566
Sonnet 5 $0.00000 $0.00227
Haiku 4.5 $0.00000 $0.00113

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

Security

Grade A, and why

software-architecture 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 11d 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.

software-architecture/SKILL.md · 127 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. 11d ago First seen · 127 lines · 0 tokens per session scan A f5824f4759e1

Subscribe to this mod's changes

software-architecture is a skill published in the GitHub repository DjordjeMojsilovic/Djordjes-Claude-Setup (4 stars, last pushed 1mo ago), with no licence file. It costs nothing until one of its globs matches a file; then it loads 1,133 tokens. 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-31.

Related

Other skills, from other repositories

refactor-advisor

A code review helper that finds common design and maintenance problems in a codebase and suggests ways to restructure the code.

laolaoshiren/claude-code-skills-zh · 22 tokens

zh-code-reviewer

A Chinese-language code-review specialist that produces a structured review report. It examines coding style, possible bugs, performance, security, and design choices.

laolaoshiren/claude-code-skills-zh · 20 tokens

agentic-review

Deep multi-agent code review for local changes. Inspired by AmpCode's agentic review. Use when you want comprehensive analysis of staged changes, unstaged changes, specific commits, or branch differences. Spawns parallel specialized agents (security, performance, patterns, architecture) and synthesizes actionable…

SZoloth/skill-pack · 71 tokens

qa

Full QA on all session changes using Codex as a second pair of eyes. Use when user says "QA", "full QA", "QA my changes", "QA all your changes", or "use codex to review". Runs git diff, sends changes to Codex for thorough review, and synthesizes findings.

SZoloth/skill-pack · 66 tokens

post-pr-for-review

Generates a contextual Slack message for posting a PR to the team's review channel. Pulls context from PR diff, Linear ticket, session conversation, and related PRs to write a concise, informative review request. Use when sharing a PR for review, posting to the review channel, or preparing a review request message.

mostafa-drz/claude-skills · 68 tokens

address-pr-feedback

Comprehensively addresses PR feedback by fetching all comments, deploying parallel agents for critical analysis of each suggestion, making implementation decisions, then systematically implementing fixes with incremental commits and browser validation. Use when you need to systematically process and implement all PR…

mostafa-drz/claude-skills · 61 tokens