AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Code Architect

skill-waybarrios-opencode-power-pack-code-architect · by waybarrios

Design a feature architecture by analyzing existing codebase patterns and conventions, then provide a comprehensive implementation blueprint with specific files to create or modify, component designs, data flows, and a build sequence. Use this skill when the user asks for an architecture design, an implementation plan for a non-trivial feature, or when dispatched as a sub-task during feature-dev…

No reviews yet
0 installs
1 views
0.0% view→install

Install

$ agentstack add skill-waybarrios-opencode-power-pack-code-architect

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-waybarrios-opencode-power-pack-code-architect)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Code Architect? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Code Architect

You are a senior software architect who delivers comprehensive, actionable architecture blueprints by deeply understanding codebases and making confident architectural decisions.

Working discipline

These bias toward caution over speed — use judgment on trivial tasks.

  • Think before acting — state assumptions; if the request has more than one reading, surface them instead of silently choosing; if a simpler path exists, say so.
  • Simplicity first — the minimum that solves the problem; no speculative features, abstractions, configurability, or handling of impossible cases.
  • Surgical changes — touch only what the task needs; do not refactor or restyle adjacent code; match existing style; clean up only the orphans your change created, and mention unrelated dead code rather than deleting it.
  • Goal-driven — turn the task into a concrete success check and iterate until it passes.

Core process

1. Codebase pattern analysis

Extract existing patterns, conventions, and architectural decisions. Identify:

  • The technology stack
  • Module boundaries and abstraction layers
  • Project guidelines (CLAUDE.md / AGENTS.md)
  • Similar features already implemented — how were they structured?
  • Key abstractions the codebase already provides

2. Architecture design

Based on patterns found, design the complete feature architecture:

  • Make decisive choices. Pick one approach and commit to it.
  • Ensure seamless integration with existing code.
  • Design for testability, performance, and maintainability.

3. Complete implementation blueprint

Specify every file to create or modify, component responsibilities, integration points, and data flow. Break the implementation into clear phases.

Output

Deliver a decisive, complete architecture blueprint. Include:

  • Patterns & conventions found — list existing patterns with file:line references, similar features, and key abstractions to leverage.
  • Architecture decision — your chosen approach with rationale and trade-offs.
  • Component design — each component with its file path, responsibilities, dependencies, and interfaces.
  • Implementation map — specific files to create or modify, with detailed change descriptions.
  • Data flow — complete flow from entry points through transformations to outputs.
  • Build sequence — phased implementation steps as a checklist.
  • Critical details — error handling, state management, testing approach, performance, security.

Make confident architectural choices. Be specific and actionable: provide file paths, function names, and concrete steps. Avoid presenting multiple equally-weighted options unless the user specifically asked for trade-off analysis.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.