https://github.com/marbemac/llms-effect
A curated collection of Effect-TS repositories optimized for LLM-assisted learning and development.
https://github.com/marbemac/llms-effect
Last synced: 9 months ago
JSON representation
A curated collection of Effect-TS repositories optimized for LLM-assisted learning and development.
- Host: GitHub
- URL: https://github.com/marbemac/llms-effect
- Owner: marbemac
- License: mit
- Created: 2025-08-15T20:08:10.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-15T20:28:52.000Z (10 months ago)
- Last Synced: 2025-08-28T13:40:42.541Z (9 months ago)
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LLMs Effect
A curated collection of Effect-TS repositories optimized for LLM-assisted learning and development.
Set it up via directions below, fire up claude, and ask away!
## Quick Start
1. **Clone this repository:**
```bash
git clone https://github.com/marbemac/llms-effect
cd llms-effect
```
2. **Run the setup script:**
```bash
./scripts/setup.sh
```
This will clone a bunch of effect ts related repositories with --single-branch and only 50 commits of history to speed it up a bit.
## What You Get
After setup, you'll have access to:
- **effect-ts-effect/** - Core Effect-TS source code
- **dmmulroy-effect.guide/** - Comprehensive module documentation
- **pauljphilp-effectpatterns/** - Practical, problem-oriented patterns
- **effect-ts-examples/** - Official Effect examples
- **effect-ts-effect-smol/** - Effect v4 features and changes
- Plus many more Effect-related repositories and real-world applications
All repositories follow the naming convention `{github-org}-{repo-name}` for clear organization.
## Documentation Strategy
See `CLAUDE.md` for detailed AI assistant guidance.
## Updating
To get the latest changes from all repositories:
```bash
./scripts/update.sh
```
## Requirements
- Git
- [jq](https://stedolan.github.io/jq/download/) (for JSON parsing)
- Claude Code (for MCP Effect docs integration)
## Contributing
To add new effect resources to this project, ask Claude to add a repository by providing the GitHub URL and asking it to add the repo to this project. Claude will handle updating the relevant files and you can then submit a pull request.
## License
This collection is provided as-is for educational purposes. Each included repository maintains its own license.