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

Architecture

skill-misonl-ling-architecture · by MisonL

Architectural decision-making framework(架构决策框架)。Requirements analysis(需求分析)、trade-off evaluation(权衡评估)、ADR documentation(架构决策记录)。Use when making architecture decisions or analyzing system design(用于架构决策与系统设计分析)。

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

Install

$ agentstack add skill-misonl-ling-architecture

✓ 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-misonl-ling-architecture)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
6mo 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 Architecture? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Architecture Decision Framework(架构决策框架)

> "Requirements drive architecture. Trade-offs inform decisions. ADRs capture rationale."(需求驱动架构,权衡决定结论,ADR 记录依据。)

Selective Reading Rule(选择性阅读规则)

Read ONLY files relevant to the request(仅阅读与请求相关的文档)! Check the content map, find what you need(查阅内容地图,找到所需信息)。

| File(文件) | Description(描述) | When to Read(阅读时机) | | ---- | ---- | -------- | | context-discovery.md | Questions to ask, project classification(提问列表、项目分类) | Starting architecture design(开始架构设计) | | trade-off-analysis.md | ADR templates, trade-off framework(ADR 模板、权衡分析框架) | Documenting decisions(记录决策) | | pattern-selection.md | Decision trees, anti-patterns(决策树、反模式) | Choosing patterns(选择模式) | | examples.md | MVP, SaaS, Enterprise examples(示例) | Reference implementations(参考实现) | | patterns-reference.md | Quick lookup for patterns(模式速查) | Pattern comparison(模式对比) |


Related Skills(相关技能)

| Skill(技能) | Use For(用途) | | ------------ | ---- | | @[skills/database-design] | Database schema design(数据库模式设计) | | @[skills/api-patterns] | API design patterns(API 设计模式) | | @[skills/deployment-procedures] | Deployment architecture(部署架构) |


Core Principle(核心原则)

"Simplicity is the ultimate sophistication."(至简即至繁)

  • Start simple(从简单开始)。
  • Add complexity ONLY when proven necessary(仅在必要时增加复杂性)。
  • You can always add patterns later(随时可补充模式)。
  • Removing complexity is MUCH harder than adding it(移除复杂性远比增加难)。

Validation Checklist(验证检查清单)

Before finalizing architecture(最终确定架构之前):

  • [ ] Requirements clearly understood(需求已清晰理解)。
  • [ ] Constraints identified(约束条件已明确)。
  • [ ] Each decision has trade-off analysis(每项决策有权衡分析)。
  • [ ] Simpler alternatives considered(已考虑更简单替代方案)。
  • [ ] ADRs written for significant decisions(重大决策已编写 ADR)。
  • [ ] Team expertise matches chosen patterns(团队能力与模式匹配)。

Source & license

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

  • Author: MisonL
  • Source: MisonL/Ling
  • License: MIT
  • Homepage: https://www.npmjs.com/package/@mison/ling

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.