All authors
Andersseen avatar

Claude Skills by Andersseen

github.com/Andersseen
69 skillsA× 690 installs10 views
Add Builtin PackA

Add a pack to the Agentyx built-in registry (packages/core/src/pack/registry.ts) with the registry and resolver tests it needs. Use when asked to add, rename or re-categorize a built-in pack such as technical, typescript, angular, efficiency or agentic.

developmenttypescriptgo
0
3
Context Efficient DevelopmentA

Develop Agentyx with targeted exploration, narrow iteration commands, concise output, and full verification before handoff.

developmentgitapi
0
3
Navigate AgentyxA

Navigate the Agentyx repository by package responsibility so changes start in the right place.

development
0
3
Official Website DevelopmentA

Build the official Agentyx website with token-frugal discovery, grounded product copy, and visual verification.

developmentgo
0
3
Repo Ai ToolingA

Use Agentyx repository AI tooling in a provider-neutral, token-frugal way.

developmentgitdocumentation
0
3
Verify AgentyxA

Run the full Agentyx verification pipeline before handing work back - formatting, typecheck, tests, build, and the CLI behaviour checks that pnpm check does not cover. Use after any change to packages/core, packages/cli, or the config schema.

developmenttypescriptangular
0
3
Volt UiA

<!DOCTYPE html><html lang="en"><head> <meta charset="utf-8"> <title>Volt UI</title> <base href="/"> <script> // Applies the visitor's saved theme before first paint so there is no // flash of the default (volt/sharp/light) theme while Angular loads. // This mirrors src/app/components/theme-switcher.ts's localStorage // keys; keep both in sync if those keys ever change. Runs unguarded // because it only ever executes in the browser (a raw <script> tag // is never evaluated by Angular's server ...

developmentjavascriptgo
0
3
Add Builtin PackA

Add a pack to the Agentyx built-in registry (packages/core/src/pack/registry.ts) with the registry and resolver tests it needs. Use when asked to add, rename or re-categorize a built-in pack such as technical, typescript, angular, efficiency or agentic.

developmenttypescriptgo
0
3
Context Efficient DevelopmentA

Develop Agentyx with targeted exploration, narrow iteration commands, concise output, and full verification before handoff.

development
0
3
Navigate AgentyxA

Navigate the Agentyx repository by package responsibility so changes start in the right place.

development
0
3
Official Website DevelopmentA

Build the official Agentyx website with token-frugal discovery, grounded product copy, and visual verification.

development
0
3
Repo Ai ToolingA

Use Agentyx repository AI tooling in a provider-neutral, token-frugal way.

development
0
3
Verify AgentyxA

Run the full Agentyx verification pipeline before handing work back - formatting, typecheck, tests, build, and the CLI behaviour checks that pnpm check does not cover. Use after any change to packages/core, packages/cli, or the config schema.

development
0
3
Angular ArchitectureA

Structure Angular features with clear boundaries, DI, OnPush, and accessibility.

developmentangulartesting
0
3
Angular ModernA

Use current Angular APIs for standalone components, control flow, inputs, outputs, and DI.

developmentangularexpress
0
3
Angular SignalsA

Use Angular signals for local synchronous state and derived values.

developmentangularapi
0
3
Angular TestingA

Test Angular behavior with appropriate unit, component, and E2E boundaries.

developmentangulartesting
0
3
Api DesignA

Design small explicit APIs with stable contracts and useful errors.

developmentapi
0
3
Api DocumentationA

Document interfaces so a caller can use them without reading the source.

developmentexpressapi
0
3
Aria PatternsA

Apply ARIA only where native semantics fall short, and keep state accurate.

developmentexpress
0
3
Auth PatternsA

Separate authentication from authorization and enforce both server side.

developmentgosecurity
0
3
BrainstormingA

Clarify ambiguous feature work before committing to an implementation path.

development
0
3
Branching StrategyA

Keep branches short-lived and integrate continuously.

development
0
3
Ci PipelinesA

Build pipelines that are fast, reproducible and trusted.

developmentrustsecurity
0
3
Code QualityA

Keep code clear, local, and purposeful while changing existing systems.

developmentdebugging
0
3
Code ReviewA

Review meaningful changes for correctness, regressions, security, tests, and complexity.

developmentcode-reviewapi
0
3
Commit HygieneA

Make each commit a single reviewable change with a useful message.

developmentgo
0
3
Concise OutputA

Communicate technical progress and results compactly without losing important details.

developmentsecurity
0
3
ContainerizationA

Build small, reproducible and non-privileged container images.

developmentsecurity
0
3
Context Efficient DevelopmentA

Develop with targeted discovery, narrow iteration, and complete verification.

developmentapi
0
3
Data ModelingA

Design schemas that make invalid states unrepresentable.

developmentdatabase
0
3
Decision RecordsA

Record significant technical decisions with their context and consequences.

developmentgo
0
3
Dependency HygieneA

Keep the dependency graph small, current and pointing one way.

developmenttestingapi
0
3
Dependency SecurityA

Vet, pin and update third-party dependencies deliberately.

developmentsecurity
0
3
Deployment SafetyA

Release in small increments with a fast, tested way back.

developmentgo
0
3
E2e TestingA

Write end-to-end tests that are few, critical and stable.

developmentrusttesting
0
3
Engineering PrinciplesA

Apply maintainable software-engineering judgment to non-trivial code changes.

developmentapi
0
3
Flaky TestsA

Diagnose and fix non-deterministic tests instead of retrying them.

developmentrustgo
0
3
Focused VerificationA

Choose narrow checks while iterating and full required gates before completion.

development
0
3
Incident ResponseA

Restore service first, diagnose second, and learn without blame.

developmentgo
0
3
Infrastructure As CodeA

Define infrastructure declaratively, in version control, applied automatically.

development
0
3
Keyboard NavigationA

Make every interaction reachable, visible and escapable by keyboard.

development
0
3
Legacy CodeA

Work safely in unfamiliar code with weak or missing tests.

developmentgo
0
3
Metrics And TracingA

Instrument systems so failures are visible before users report them.

development
0
3
Parallel WorkA

Split independent coding-agent work safely when tasks do not overlap.

development
0
3
Performance ProfilingA

Measure before optimizing and confirm the gain after.

developmentgoperformance
0
3
PlanningA

Plan non-trivial work before editing, and keep small changes small.

developmentdocumentation
0
3
Pull RequestsA

Size and present changes so they can actually be reviewed.

development
0
3
Query PerformanceA

Diagnose slow database access with query plans, indexes and access patterns.

developmentdatabaseperformance
0
3
Refactoring SafelyA

Change structure without changing behavior, in reversible steps.

developmentgorefactoring
0
3