All authors
Eliyce avatar

Claude Skills by Eliyce

github.com/Eliyce
106 skillsA× 1060 installs0 views
Session ResumeA

Reconstruct compact session context from canonical handoff artifacts.

ai-agents
0
8
Spec DiffA

Compare a new request against the current spec to classify coverage or conflict.

ai-agents
0
8
Spec Quality ReviewA

Run deterministic spec defect analysis before compliance extraction.

ai-agentsgo
0
8
Story And Solution WriterA

Turn scoped work into story and solution artifacts.

ai-agentsgodocumentation
0
8
Test Execution Feedback LoopA

For each failing test in the verification evidence, propose the smallest fix anchored to file, line, and acceptance criterion.

ai-agents
0
8
Test Per Ac PlannerA

Map acceptance criteria to specific verification actions.

ai-agentstesting
0
8
Workflow RouterA

Match raw prompts to canonical framework workflows before any pipeline phases begin.

ai-agentstypescriptsecurity
0
8
Accessibility ReviewA

Audit the running UI against WCAG 2.2 A/AA — contrast, focus visibility, keyboard order, ARIA, target size, prefers-reduced-motion. Findings tagged WCAG-2.2.x.x.x.

ai-agentsgo
0
8
Component Conformance ReviewA

Verify every component in the AST-derived inventory matches its declared spec in components.md. Flag undocumented variants, !important, inline style=, and unwrapped primitives.

ai-agentsdocumentation
0
8
Copy And Ia ReviewA

Audit voice, tone, labeling, and information architecture against patterns.md.

ai-agentsgoapi
0
8
Database Design ReviewA

Review schema and migration changes for integrity and safety.

ai-agentsdatabaseperformance
0
8
Design System CoverageA

Grade the project's design-system contract for completeness and produce a coverage inventory every downstream design-test skill references. Analog of stride-threat-model.

ai-agentsdocumentation
0
8
Design System SyncA

Sync docs/instructions/design-system/* when a token, component, or breakpoint is added to source. Mirror of canonical-doc-sync.

ai-agentsgitdocumentation
0
8
Guard InferenceA

Find and evidence the guards that gate surfaces and transitions — permissions, roles, feature flags, auth and data states — and how each is satisfied, without inventing protection the code does not enforce.

ai-agentssecurity
0
8
Index OptimizationA

Review and improve indexing strategy for changed data paths.

ai-agentsdatabaseperformance
0
8
Journey SynthesisA

Propose a small set of capped, well-formed journeys over the verified map — one actor, one goal, ordered evidenced steps, dual ends — all marked proposed for human confirmation, never auto-confirmed.

ai-agentsgo
0
8
Map VerificationA

Adversarially refute or confirm the claims the deterministic checks could not settle — the Tier-B pass over the site map — grounding each verdict in resolving evidence and never rubber-stamping.

ai-agents
0
8
Motion ReviewA

Verify animations match motion.md budgets and prefers-reduced-motion is respected.

ai-agents
0
8
Query Pattern AnalysisA

Analyze query behavior for correctness and performance risk.

ai-agentsdatabaseperformance
0
8
Responsive ReviewA

Verify declared breakpoints are exercised, no horizontal scroll appears, touch targets meet spec, and RTL parity holds when declared.

ai-agentsdocumentation
0
8
Root Cause AnalysisA

Generate a canonical RCA artifact for an incident or failure.

ai-agents
0
8
Site Map AssemblyA

Drive the compile verb that folds the surface, transition, and guard layers into app-map.yaml, and resolve merge conflicts against the locked committed content without overwriting curated entries.

ai-agents
0
8
Site Map Gap AnalysisA

Turn the graph invariants and verification verdicts into stable SM-* findings and a gap report, so the map's problems are triaged, evidenced, and each carry a concrete fix.

ai-agentsgo
0
8
Site Map MaintainerA

Keep the site map fresh during a feature-development change — when a diff touches flow-relevant files, patch just the affected surfaces so the map never drifts from the code it describes.

ai-agents
0
8
Site Map ReadinessA

Grade whether the project is mappable — app kind, frameworks, and an extractor that covers its shape — and route the unmappable case before any other site-map skill runs.

ai-agents
0
8
Site Map RetestA

Re-check the stored site map against the current code by running the same verification again — never invent a finding, never soften one, never call the absence of proof a fix.

ai-agentsrustgo
0
8
State Coverage ReviewA

Verify every component in the AST inventory implements its declared states (default/hover/focus/disabled/loading/error/empty) and is exercised by Playwright tests.

ai-agentsdocumentation
0
8
Surface ExtractionA

Run the extractors, normalize the raw surfaces, and fingerprint the result so the site-map run has a deterministic, evidence-backed inventory of what the app exposes.

ai-agents
0
8
Surface ModelingA

Turn raw extracted surfaces into named, typed, module-attributed surfaces with entry and exit marks — the non-inferable layer the engine cannot derive from the code alone.

ai-agentsapi
0
8
Token Conformance ReviewA

Detect hard-coded design values (hex, raw px/rem, ad-hoc font stacks) in UI source that should resolve to a declared token. High severity by default.

ai-agentsgodocumentation
0
8
Transition TracingA

Find and evidence the transitions between surfaces — where navigation actually goes, what triggers it, and the file:line that proves it — without inventing edges from mere links.

ai-agentsgo
0
8
Ui Doc MaintainerA

Maintain UI screens, components, and state docs after UI changes.

ai-agents
0
8
User Flow GenerationA

Generate or update user flows for UI-facing features.

ai-agentsgodocumentation
0
8
Ux Design ResearchA

Research external UI references for full-lane UI work.

ai-agentsgo
0
8
Ux Heuristic EvaluationA

Evaluate UI behavior against usability heuristics.

ai-agentsgodocumentation
0
8
Ux State MachineA

Define interface states and transitions for UI-heavy work.

ai-agentsdocumentation
0
8
Regression Test GenA

Suggest regression coverage for changed stack behavior.

ai-agentstesting
0
8
Content PlannerA

Shape a writing task into an outline, brief, sequence, or publishable plan. Use when a content request needs structure (audience, goal, outline, success metric) before drafting.

ai-agentsgo
0
8
Content ReviewerA

Review drafts for clarity, structure, evidence quality, and reader usefulness against the project's writing rules. Use when a draft needs a structured review pass before publishing.

ai-agentsgo
0
8
Content WriterA

Produce reader-ready drafts for docs, briefs, landing pages, and internal writing deliverables, starting from a brief and ending in style-compliant prose. Use when an approved brief needs to become a publishable draft.

ai-agentsgo
0
8
Script WriterA

Write concise spoken-word scripts and narrative sequences optimized for pacing, transitions, and spoken clarity. Use when the deliverable will be performed aloud (video, podcast, demo).

ai-agents
0
8
Seo OptimizerA

Revise drafts for search visibility — keyword placement, heading hierarchy, meta fields, internal links — without sacrificing readability. Use after the draft is reader-ready and before publishing.

ai-agents
0
8
Style EnforcerA

Normalize drafts to the project's explicit writing style and formatting rules at docs/instructions/rules/writing-style.md. Use as the last pass before publish.

ai-agents
0
8
Auth Mechanism ReviewA

Reason about authentication weaknesses including JWT vulnerabilities, session security, OAuth/OIDC flaws, brute-force surfaces, and password storage from code and docs evidence.

ai-agentsgosql
0
8
Business Logic Abuse ReviewA

Derive abuse cases from module docs and validate them against tests and runtime evidence.

ai-agentsgo
0
8
Cryptographic ReviewA

Identify cryptographic failures including weak hashing, insecure encryption modes, hardcoded keys, weak PRNG usage, and disabled TLS verification from code evidence.

ai-agentsgojava
0
8
Dependency Advisory TriageA

Normalize dependency advisories across native audits and OSV evidence.

ai-agents
0
8
Input Validation ReviewA

Reason about SSRF, IDOR, mass assignment, injection vectors, file upload abuse, prototype pollution, and ReDoS from code and docs evidence.

ai-agentspythonrust
0
8
Logging Monitoring ReviewA

Assess security logging and monitoring gaps including missing audit trails, log injection surfaces, sensitive data in logs, and alerting coverage.

ai-agentsgophp
0
8
Permission Boundary ReviewA

Review authorization, tenant isolation, and privileged route boundaries.

ai-agentssecurity
0
8