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

Enforcing TypeScript Standards

porjgeurts·jgeurts· v1.0.0 · atualizado em 2026-04-11
82
Score

Enforces the project's core TypeScript standards, including explicit typing, import organization, class member ordering, and code safety rules. ALWAYS apply this skill when creating, modifying, or reviewing any TypeScript (.ts/.tsx) file.

typescriptcode-stylelintingcode-qualitytype-safetybest-practices
Linguagens
TypeScript
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdenforcing-typescript-standards/workflow
1
Analyze — : Compare the code change against the project's TypeScript standards.
2
Generate/Refactor — : Write or modify code to comply with all rules, addressing type safety, import organization, and code style.
3
Simplify — : Review for opportunities to simplify the code, preferring clear and straightforward solutions.
4
Review naming — : Verify variable and function names are descriptive and meaningful in context.
5
Build — : Verify types compile without errors (e.g., `npm run build` or `npx tsc --noEmit`).
6
Lint — : Run `npm run lint` to confirm compliance before completing the task.

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 aDocumentation
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar aOctocode Research Skill
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
85
Similar a ←Contextual Commits
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
78

Árvore do Skill

Enforcing TypeScript Standards
enforcing-typescript-standards
Fases Cognitivas6
1.SENSE
2.CONTEXTUALIZE
3.EVALUATE
4.RECOMMEND
5.ACT
6.REFLECT
Triggers7
enforce typescript standardscheck typescript code qualityreview typescript codeapply typescript coding standardsimprove typescript codewrite typescript codemodify typescript code

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 enforcing-typescript-standards
$ synaptic skills detail enforcing-typescript-standards
$ synaptic skills live enforcing-typescript-standards

Dependências

typescripteslintprettier

Links

GitHub Repository