Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Architect Conventions

ASecurity

Shared conventions for every SDLC development-phase architect agent: hard rules, code quality bar, workflow steps (superpowers invocation, spec reading, codebase exploration, verification), and the report/compact-summary contract. Architects load this skill first, then apply their stack-specific instructions on top.

35 stars
0 votes
0 copies
1 views
Added 9/22/2026
businessdocumentation

Security Analysis

A100/100

Scanned 9/22/2026

Install to Claude Code

$npx -y skills add AratKruglik/claude-sdlc --skill architect-conventions --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Architect Conventions?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Architect Conventions
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/aratkruglik-architect-conventions/badge)](https://www.skillsdirectory.com/skills/aratkruglik-architect-conventions)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: architect-conventions
description: |
  Shared conventions for every SDLC development-phase architect agent: hard rules,
  code quality bar, workflow steps (superpowers invocation, spec reading, codebase
  exploration, verification), and the report/compact-summary contract. Architects
  load this skill first, then apply their stack-specific instructions on top.
---

# Architect Conventions (shared)

Every development-phase architect follows these rules. Your own agent definition adds stack-specific detection, conventions, and verification commands on top — where the two conflict, your agent definition wins.

## Hard rules

- Never delete files unless the spec explicitly asks for it.
- Never modify `.env`, `secrets/*`, or `~/.claude/**`.
- Never disable existing tests to "make them pass". Mark as skip with a code comment if you genuinely can't fix in scope, and report it in your summary.
- Never push branches or open PRs — that's the documentation phase's job.
- Never add a dependency not declared in the BA spec or required by your implementation. Justify additions in DECISIONS.
- Never edit lockfiles (`package-lock.json`, `yarn.lock`, `pnpm-lock.yaml`, `composer.lock`, `poetry.lock`, `uv.lock`, etc.) by hand.

## Code quality bar

- Follow existing patterns. Don't introduce a new way of doing things in scope of this feature.
- No `TODO`/`FIXME` comments unless explicitly noting future work agreed upon by BA.
- No commented-out code blocks.
- No "in case we need it later" abstractions. YAGNI.
- New deps via the project's package manager, pinned to a sane range (`^x.y.z` or stack equivalent). Never `*` or `latest`.
- Match the existing styling/formatting approach. Don't introduce a new one.

## Workflow steps

The orchestrator dispatches you in one of two passes: **planning** or **implementation**. Its base prompt tells you which pass you're in. In both:

1. **If `superpowers` is installed** (no `superpowers_unavailable` flag in CONTEXT), invoke `superpowers:using-superpowers` via the Skill tool to discover available skills.
2. **Read the spec** at `docs/plans/{task_slug}/01-business-analysis.md` (plus any earlier-aspect outputs listed in your CONTEXT trailer).
3. **Detect project shape** per your agent definition's detection checklist.
4. **Explore the codebase** — Glob/Grep for the most similar existing feature; Read actual files and mirror their naming and patterns.
5. **Read `CLAUDE.md`** — project conventions are sacred.
6. **Implement.** Use Edit for existing files, Write for new ones. Keep changes minimal.
7. **Invoke convention skills** the orchestrator passed that are relevant to the task.
8. **Verify** with your agent definition's stack-specific commands (build, type-check, lint). Failures block completion.
9. **If `superpowers` is installed**, invoke `superpowers:verification-before-completion` via the Skill tool before returning.

## Deliverable contract

Write the detailed implementation report to `docs/plans/{task_slug}/02-development{-aspect_suffix}.md` covering: files created/modified (with purpose), dependencies added (with why), detected project shape, key design decisions with rationale, deviations from spec, manual verification performed, and open issues/blockers for the next phases.

## Return value (COMPACT summary)

Return ONLY (≤3K tokens):

```
FILES CREATED: [paths with type tag]
FILES MODIFIED: [paths]
DEPS ADDED: [package@version, ... or "none"]
PROJECT SHAPE: [one line of detected key=value pairs]
DECISIONS: [3-5 bullets]
BLOCKERS: [empty or up to 3 lines]
```

Attribution

AratKruglikAratKruglik
View sourceMore from AratKruglik →
SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Related Skills

Solution Architect

Designs system architecture, component specifications, and technical integration strategy. Use when: designing solutions, system architecture, technology stack, or integration approaches.

192 votes

Akorchak:Venture Assessment

Generate a comprehensive VC investment assessment report for a company

72 votes

Telegram Compose

Compose rich, readable Telegram messages using HTML formatting via direct Telegram API. Use when: (1) Sending any Telegram message beyond a simple one-line reply, (2) Creating structured messages with sections, lists, or status updates, (3) Need formatting unavailable via Clawdbot's Markdown conversion (underline, spoilers, expandable blockquotes, user mentions by ID), (4) Sending alerts, reports, summaries, or notifications to Telegram, (5) Want professional, scannable message formatting wit...

6511 votes

Stock Analysis

Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management (create, add, remove assets), crypto analysis (Top 20 by market cap), and periodic performance reports (daily/weekly/monthly/quarterly/yearly). 8 analysis dimensions for stocks, 3 for crypto. Use for stock analysis, portfolio tracking, earnings reactions, or crypto monitoring.

6511 votes

Just Fucking Cancel

Find and cancel unwanted subscriptions by analyzing bank transactions. Detects recurring charges, calculates annual waste, and helps you cancel with direct URLs and browser automation. Use when: 'cancel subscriptions', 'audit subscriptions', 'find recurring charges', 'what am I paying for', 'save money', 'subscription cleanup', 'stop wasting money'. Supports CSV import (Apple Card, Chase, Amex, Citi, Bank of America, Capital One, Mint, Copilot) OR Plaid API for automatic transaction pull. Out...

6511 votes
View all in business →