Skip to content

Scrapybara/agent-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Agent Skills

A collection of skills for AI coding agents by Capy.

Skills follow the Agent Skills format.

Available Skills

effect-ts

Effect.ts patterns for typed functional effects, dependency injection, error handling, and resilient async operations.

Use when:

  • Writing or reviewing Effect-based TypeScript code
  • Migrating from Promises to Effect.ts
  • Implementing services with typed errors and dependency injection
  • Adding retry logic, resilience, or structured concurrency
  • Building HTTP API clients with Effect

Topics covered:

  • Core concepts (creating effects, composition, error handling, resources)
  • Services & dependency injection (Context.Tag, Layers, Runtime)
  • Production patterns (HTTP clients, configuration, retry, concurrency)
  • Common gotchas and troubleshooting

Installation

npx skills add scrapybara/agent-skills

Usage

Skills are automatically available once installed. The agent will use them when relevant tasks are detected.

Examples:

Help me build an Effect.ts service with dependency injection
Add retry logic with exponential backoff to this API call
Migrate this Promise-based code to Effect.ts

Skill Structure

Each skill contains:

  • SKILL.md - Instructions for the agent
  • references/ - Supporting documentation
  • metadata.json - Version and metadata
  • README.md - Human-readable overview

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published