Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevelopmentMédio

Feature-Sliced Design (FSD) v2.1

porfeature-sliced·feature-sliced· v1.0.0 · atualizado em 2026-04-10
79
Score

This skill helps agents understand and apply Feature-Sliced Design principles. It enables the agent to architect applications with a clear separation of concerns, promoting maintainability and scalability.

frontend-architecturefeature-sliced-designcode-organizationreacttypescriptmodular-design
Linguagens
TypeScriptJavaScript
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdfeature-sliced-design/workflow
1
Analyze Requirements: — Understand the project's features and components.
2
Define Layers: — Determine which layers (app, pages, widgets, features, entities, shared) are needed.
3
Organize Code: — Place code in the appropriate layers and slices based on reusability and domain.
4
Enforce Import Rules: — Ensure modules only import from lower layers.
5
Expose Public API: — Export all slice functionality through `index.ts`.
6
Validate Architecture: — Use Steiger linter to identify and fix violations.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Similar aPageSpeed Insights Auditor
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
82
Similar aTypeScript Code Style Guide
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar aGluestack UI V4 Design Patterns
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
85

Árvore do Skill

Feature-Sliced Design (FSD) v2.1
feature-sliced-design
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.ACT
5.REFLECT
Triggers7
implement feature sliced designorganize a frontend project using FSDapply feature-sliced methodologystructure a react application with FSDrefactor code using feature sliced design principlesenforce architectural rules in frontendadopt FSD v2.1

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download feature-sliced-design
$ synaptic skills detail feature-sliced-design
$ synaptic skills live feature-sliced-design

Dependências

@feature-sliced/steiger

Links

GitHub Repository