Favicon of typescript

typescript Skill

AI Agent SkillTypeScriptOpen source

Use this guide when working on TypeScript changes in the FAST monorepo — authoring Web Components, writing templates and styles, working with the observable/reactive system, and testing. Published by microsoft in fast.

What is typescript Skill?

Use this guide when working on TypeScript changes in the FAST monorepo — authoring Web Components, writing templates and styles, working with the observable/reactive system, and testing. Published by microsoft in fast. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
99/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Browser automation
  • Testing
  • Writing
  • Browser automation use cases
  • Testing use cases

Technical details

Copy skill directory
  • Install or run with Copy skill directory

When to use typescript Skill

  • Use it for browser automation.
  • Use it for testing.
  • Use it for writing.

Built with

TypeScriptCopy skill directory

Editorial notes

Source

  • Creator: microsoft
  • Repository: microsoft/fast
  • Skill file: .github/skills/typescript/SKILL.md

What it does

Use this guide when working on TypeScript changes in the FAST monorepo — authoring Web Components, writing templates and styles, working with the observable/reactive system, and testing.

Skill instructions

TypeScript Patterns for FAST Modules fast-element enables verbatimModuleSyntax, so type-only imports must use import type or the inline type qualifier: ts import type { Notifier, Subscriber } from "./notifier.js"; import { type Constructable, isFunction } from "../interfaces.js"; Sub-entry-points expose focused APIs through the exports map: ts import { twoWay } from "@microsoft/fast-element/two-way.js"; import { reactive } from "@microsoft/fast-element/state.js"; The barrel index.ts explicitly lists every re-export grouped by subsystem — no export statements. Aside from the index.ts or index..ts files there should be no barrel exports. Side Effects Do not add side effectful code and do not add sideEffects to package.json files. APIs added should import named exports. Browser APIs Do not use Our stance as a framework library is that certain browser APIs are best avoided by the framework. We may facilitate the use of them through our provided APIs. List of APIs to avoid implementing in F

Explore related resources

Frequently asked questions

What is typescript?

typescript is a open-source AI agent skill with Copy skill directory. Use this guide when working on TypeScript changes in the FAST monorepo — authoring Web Components, writing templates and styles, working with the observable/reactive system, and testing.

Who is typescript best for?

typescript is best for reusing agent instructions, scripts, and references, browser automation workflows, testing workflows, writing workflows.

How do I install typescript?

Install or run typescript using Copy skill directory. Check typescript for the latest setup command.

Is typescript actively maintained?

typescript may need a closer maintenance check before production use.

Share:

Stars
9,666
Forks
632
Last commit
9 days ago
Repository age
8 years
License
NOASSERTION

Auto-fetched from GitHub.

Similar to typescript