anytype-ts
Automate Anytype desktop app development, testing, and release workflows
All Skills in This Repository (6)
Pure Emerald Level Indicatorscommit-push
Commits staged and unstaged changes and pushes them to the remote branch in one workflow.
qa-engineer
Generates Playwright E2E tests from analyzed code changes in anytype-ts.
update-docs
Update README.md files to reflect code changes in changed folders.
typescript-code-review
Review TypeScript code for type safety, readability, and maintainability.
release-notes
Generate release notes from conversations, git branches, and Linear issues.
dark-mode-check
Audit SCSS and TSX files for hardcoded colors and missing dark-mode variants.
Frequently Asked Questions
FAQPage SchemaHow to install anytype-ts skills?â–¼
Run `npx skills add anyproto/anytype-ts --all -g -y` in your terminal to install all skills in this suite globally.
How to generate release notes automatically?â–¼
The release-notes skill pulls issues from Linear, classifies them as features, improvements, or bug fixes, and writes formatted entries directly into the whatsNew.ts file or a Word document.
Can AI write Playwright tests for my code changes?â–¼
Yes. The qa-engineer skill analyzes your recent code changes, maps them to user-facing behavior, and generates ready-to-run Playwright test files and test plans.
How to check dark mode issues in CSS?â–¼
The dark-mode-check skill audits your SCSS and TSX files for hardcoded colors, missing icon variants, and inline dark overrides, then reports fixes with suggested CSS variables.
Do these skills work with Claude Code?â–¼
Yes. All skills follow the standard SKILL.md format and run directly inside Claude Code and other compatible AI coding agents.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core