with one click
telar-framework
telar-framework contains 190 collected skills from zekiyugnak, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
End-to-end orchestrated execution. Takes a feature description and drives the entire pipeline — plan, plan review (3 fresh reviewers), WU decomposition, 4-phase execution loop per WU, final review, COMMIT-READY emit. Honors user's git policy (no auto-commit).
`--default-domain` comes from the project-detect framework signal (orchestrator Step 5b / project-context); it only decides how UI files with no strong path marker are classified. `--risk-tier` is the WU's `risk_tier` fi
**Capture the WU baseline ONCE per WU, before attempt 1 (NOT on retries).** This is what makes file-scope checks correct across a multi-WU run where the user has not yet committed prior WUs (per the `ben yapacagim` git p
This gate has **two interchangeable execution paths that MUST emit the identical aggregated verdict object** (Step 3). The prose path below is the canonical fallback and the single source of truth for reviewer prompts an
A baton-based system for building mobile features across multiple Claude Code sessions with persistent progress tracking and simulator verification between steps.
Set up end-to-end testing framework with CI integration
Scaffold a Supabase/Playwright E2E harness for a Refine/TanStack web app using Telar's Arrange/Act patterns
The most common mistake in Supabase E2E suites is letting `service_role` do double duty: it provisions the fixtures AND performs the action under test, which means the test never actually proves RLS works — it just prove
The most common failure mode for an E2E suite that starts small and grows is that it never gets a map: nobody can tell what's covered without reading every spec file, there's no way to run just the fast subset before a m
The most common mistake in Playwright specs against a Refine + TanStack + Supabase + shadcn/ui stack is reaching for CSS selectors or `waitForTimeout` because the UI is composed of Radix primitives (portals, generated id
A green E2E suite proves nothing on its own — a spec that swallows an error, forgets `await` on an assertion, sleeps on a fixed timer instead of waiting for state, or performs its act with an admin/service key can pass o
Expert in end-to-end testing for Refine and TanStack Router web applications backed by Supabase, with shadcn/ui as the component layer. Sibling to `mobile-e2e-testing-expert`, scoped to the web surface: this agent owns s
The most common testing mistake in a React/TypeScript web app is either testing implementation details — internal state, component method calls, class names — that shatter on every refactor, or having a thin unit layer a
Architecture specialist for internal admin and operator panels built on Vite, React 19, TypeScript, TanStack Router/Query/Table, Tailwind v4 with shadcn/ui, and Supabase — deployed as a pure static SPA with no server-sid
Expert in bridging native Android code (Kotlin/Java) with React Native and Flutter applications.
Specialist in Astro for public-facing marketing and candidate-acquisition (careers) sites, where the two things that matter most are shipping near-zero JavaScript by default and getting SEO/Open Graph metadata exactly ri
The defects that compound fastest are not crashes — they are **duplication**, **bloat**, and the **wrong abstraction**. Copy-pasted logic drifts out of sync; speculative flexibility slows every future change; and — the s
Specialist in cross-platform desktop application development with Electron and Tauri — covering process architecture, secure IPC design, native OS integration, packaging, and auto-update pipelines.
Cross-platform development specialist focusing on Flutter/Dart patterns, state management, and native integration.
Expert in bridging native iOS code (Swift/Objective-C) with React Native and Flutter applications.
Principal engineer specializing in backend architecture for mobile applications.
Orchestrates the iterative construction of mobile screens and multi-screen flows, from specification through scaffolding, navigation wiring, and simulator verification.
Expert in mobile UI design patterns, platform conventions, and creating native-feeling experiences.
Specialist in Next.js App Router applications for authenticated, data-heavy business web consoles — the "admin panel for your own company" pattern: a login-gated dashboard built with Server Components, Server Actions, Ta
Cross-platform mobile development specialist focusing on modern React Native patterns, performance optimization, and native integration.
Mobile-specific code review with two-stage review gates, platform conventions, and priority-ranked findings
Two-stage review gates ensuring both requirement compliance and code quality before merging.
Backend service architecture specialist for Rust HTTP services built on axum, tokio, and sqlx, typically serving the mobile apps (React Native/Flutter) and web frontends already covered by this plugin.
Specialist in Supabase backend development for mobile applications.
Framework-agnostic React + TypeScript specialist for general-purpose SPAs — the foundational web UI craft that any React app needs regardless of whether it runs on Next.js, Astro, Vite, or another host. Covers component
An OKF knowledge bundle (`docs/knowledge/`) is only useful if agents can trust it. Three failure modes rot it: (1) a concept **restates a decision or schema** and then drifts from the real source, becoming a second, wron
Builds and keeps healthy the project's machine-readable domain-knowledge bundle under `docs/knowledge/` (Open Knowledge Format v0.1: plain markdown + YAML frontmatter, required `type`). Does not write product code. Where
WCAG 2.2 AA specialist for web applications. Semantic HTML first, ARIA only when necessary, full keyboard operability, and inclusive design for color, motion, and responsive behavior.
Web animations fall into three layers: CSS (fastest, zero JS overhead), Framer Motion (richer orchestration over the same compositor layer), and the View Transitions API (route/state crossfades managed by the browser). P
Profiling-first specialist for web application performance — Core Web Vitals, bundle size, rendering, data fetching, and asset optimization across Vite, Next.js, and Astro stacks.
Principal engineer specializing in proactive web application, API, and data-layer security architecture. Applies STRIDE threat modeling, defense-in-depth, and secure-by-default patterns for Next.js, Astro, Vite/TanStack,
The single biggest cause of stale-data bugs in React apps is putting server state in a global store. Server state — anything fetched from an API — already has a cache manager in TanStack Query (see `tanstack-query-patter
Making mobile apps accessible to all users.
Add a new feature to an existing mobile application with requirements check, codebase exploration, brainstorming, planning, implementation, and review
Integrating AI APIs (OpenAI, Claude, Gemini) in mobile apps.