Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
contentstack avatar

Typescript Style

  • 2 installs
  • 2 repo stars
  • Updated August 4, 2026
  • contentstack/datasync-asset-store-filesystem

Helps with ai & agent building tasks.

About

typescript-style is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.

  • typescript-style
  • AI & Agent Building
  • AI-coding skill

Typescript Style by the numbers

  • 2 all-time installs (skills.sh)
  • Ranked #13,956 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/contentstack/datasync-asset-store-filesystem --skill typescript-style

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs2
repo stars2
Last updatedAugust 4, 2026
Repositorycontentstack/datasync-asset-store-filesystem

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

TypeScript style – DataSync Asset Store Filesystem

When to use

  • Editing tsconfig.json, tslint.json, or files under typings/
  • Adding or changing .ts under src/ and need to align with existing strictness and lint
  • Debugging compile errors vs published types

Instructions

  • Compiler: tsconfig.json compiles only src/**/* to dist/ (module CommonJS, target ES6, moduleResolution node, alwaysStrict, noUnusedLocals / noUnusedParameters, noImplicitReturns, etc.). Do not widen options without a deliberate reason—match existing patterns.
  • Declarations: Public types ship from `typings/` (package.json has "types": "./typings"). Keep .d.ts in sync with src/ exports; the build does not emit declarations from tsc (declaration options are commented out in tsconfig).
  • Lint: npm run tslint uses tslint.json extending tslint:recommended on src/**/*.ts. Notable rules include max line length 120, 2-space indent, no-default-export, interface names prefixed with I where the rule applies—follow fixes consistent with nearby files.
  • Dependencies: @types/node and @types/jest versions in package.json are pinned for compatibility; bump types together with TS upgrades when needed.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.