everquint
Official@everquint
everquint provides frontend engineering standards covering TypeScript lint gates, design token systems, delivery workflows, Linear issue management, and code knowledge graphs.
Agent Skills by everquint
Showing 8 vetted skills indexed across 1 GitHub repositories.
eq-design-system
Scaffolds and audits a four-layer CSS design token system for Tailwind v4 projects.
eq-frontend-prototype
Configures reduced-gate prototype mode for throwaway frontend repos with expiry and graduation paths.
eq-frontend-workflow
Enforces trunk-based git workflow covering branches, worktrees, commits, PRs, reviews, releases, and rollbacks.
eq-frontend-quality-bar
Enforces frontend quality gates covering tests, coverage, observability, performance, accessibility, and security.
eq-frontend-standards
Enforces a canonical TypeScript frontend standard covering lint rules, gates, structure, and CI.
eq-take-issue
Implements Linear issues by settling the approach with the human before writing code.
eq-create-issue
Writes Linear issues from conversations or diffs using a two-audience template with checkable acceptance criteria.
eq-code-graph
Answers structural codebase questions using a pre-indexed tree-sitter code knowledge graph.
Frequently Asked Questions About everquint
FAQPage SchemaWhat tasks can I accomplish using everquint's skills?▼
You can scaffold and rebrand design token themes, add dark mode, audit hardcoded styles, enforce a TypeScript lint and testing standard, run branch-to-release delivery with rollback, create and execute Linear issues, and query a pre-indexed code knowledge graph for dependency and blast-radius questions.
Who are everquint's skills designed for?▼
Frontend engineers and technical leads standardizing TypeScript repositories, plus PMs and developers collaborating through Linear. The skills suit teams enforcing quality gates, accessibility, performance budgets, and consistent commit, PR, and release conventions across primary and subagent contributors.
How do the delivery and prototype workflows operate in practice?▼
The delivery workflow defines branch model, commits, PRs, review, merge, release, and rollback with a pre-push gate. Prototype mode applies a reduced gate set for throwaway repos with expiry dates, including a graduation path back to the full standard once a prototype gains users.
Is the code knowledge graph required to use everquint's standards?▼
No. The codegraph skill is explicitly optional and recommended, not a required part of the standard. It answers structural questions like callers, callees, and blast radius in one call; for exhaustive find-every-occurrence searches, grep or ripgrep remains the recommended approach.
What quality requirements does the frontend quality bar enforce?▼
It covers the non-lintable half of quality: tests with diff-coverage gates, error reporting, performance and bundle budgets, accessibility verification, and client-side security reviews of untrusted HTML and secret handling. These complement the lint rules and correctness gates in the TypeScript standard.