skilly. Buy ad slot
All skills
Typescript · Python / AGENT SKILL

languages

Satcomx00-x00/skills-db
0 installs 0 GitHub stars
0

Apply modern TypeScript and Python coding standards with strict typing and quality tooling.
Language-specific coding standards — state-of-the-art TypeScript (strict, type-safe, modern) and Python with uv (fully typed, Pydantic, Ruff), both implementing the code-quality guidelines.

BEFORE YOU INSTALL

Understand the trade-offs.

SECURITY REVIEW

Not yet assessed

Review the original instructions and requested permissions before installing.

No security review is available for this catalog entry yet.

SKILL QUALITY

Not yet assessed

How clearly the skill guides your agent, how complete its workflow is, and how you can check the outcome.

No quality assessment is available for this catalog entry yet.

The full skill.

Original instructions from the publisher’s SKILL.md

# languages

Language-specific coding standards — state-of-the-art TypeScript and Python.  
Both skill sets implement the mandatory quality rules defined in [`code-quality`](../code-quality/SKILL.md): type safety, error handling, immutability, naming conventions, and documentation.

## Skills

| Skill | Description |
|-------|-------------|
| [`typescript`](typescript/SKILL.md) | Strict TypeScript — tsconfig, Zod, branded types, modern patterns |
| [`python`](python/SKILL.md) | Modern Python with uv — type annotations, Pydantic, Ruff, mypy strict |

## References

- [code-quality skill](../code-quality/SKILL.md)