Shift
Official@shift-editor · United Kingdom
Shift is a modern font editor built in TypeScript and Rust
Agent Skills by Shift
Showing 5 vetted skills indexed across 1 GitHub repositories.
commit
Draft conventional git commit messages with type-prefixed subjects.
dead-code
Identify and verify unused TypeScript code artifacts before deletion.
docs
Update or create Shift subsystem DOCS.md files with verified symbols and links.
jsdoc
Standardize JSDoc documentation for Shift APIs with YAML frontmatter and verb-phrase summaries.
writing-tests
Write Shift tests that assert on user-observable state instead of mock invocation details.
Frequently Asked Questions About Shift
FAQPage SchemaWhat specific tasks does Shift enable for developers?▼
Shift enables developers to maintain clean codebases by identifying unused artifacts, standardizing JSDoc documentation with YAML frontmatter, generating conventional git commit messages, and writing tests that focus on user-observable state rather than internal mock invocations.
Which engineering personas benefit most from these capabilities?▼
Frontend engineers and library maintainers working within TypeScript environments benefit most from these capabilities. The features are specifically designed for developers focused on maintaining high-quality documentation, clean code hygiene, and robust testing standards in complex font-editing projects.
What are the primary prerequisites for implementing these features?▼
Implementation requires a TypeScript-based project structure. Users must ensure their environment supports JSDoc parsing and conventional commit standards. The features rely on existing project symbols and documentation files to verify links and maintain consistency across the subsystem.