effect-research
Effect-TS specialized research via deepwiki and submodules. Query Effect-TS/effect, tim-smart/effect-atom for verified patterns. Enforces grounded verification before implementation.
npx skills add majiayu000/claude-skill-registry --skill effect-research-creatifcoding-gbg --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Effect-TS Research Protocol **Purpose**: Specialized research workflow for Effect-TS, effect-atom, and related ecosystem. Ensures verified patterns before implementation. ## Quick Start: Research Workflow ``` ┌─────────────────────────────────────────────────────────────────┐ │ EFFECT RESEARCH WORKFLOW │ ├─────────────────────────────────────────────────────────────────┤ │ │ │ 1. ADMIT UNCERTAINTY │ │ "My Effect knowledge is from May 2025..." │ │ │ │ 2. QUERY DEEPWIKI (Verification Style) │ │ "Is [PATTERN] still correct for [USE CASE]?" │ │ Repos: Effect-TS/effect, tim-smart/effect-atom │ │ │ │ 3. CROSS-REFERENCE SUBMODULES │ │ ../../submodules/website/ → Human docs (priority) │ │ ../../submodules/effect/ → Test patterns │ │ ../../submodules/effect-atom/ → Atom patterns │ │ │ │ 4. CHECK CODEBASE PRECEDENT │ │ .edin/EFFECT_PATTERNS.md │ │ src/lib/*/ → Working implementations │ │ │ │ 5. IMPLEMENT WITH CONFIDENCE │ │ [VERIFIED] pattern from step 2-4 │ │ │ └─────────────────────────────────────────────────────────────────┘ ``` --- ## deepwiki Queries for Effect ### Available Repos | Repo | deepwiki Name | Content | |------|---------------|---------| | Effect Core | `Effect-TS/effect`
- Quick Start: Research Workflow
- deepwiki Queries for Effect
- Available Repos
- Query Patterns
- Submodule Deep Dives
- Website Submodule (Human-Authored Docs)
- Effect Submodule (Test Patterns)
- effect-atom Submodule (Atom Patterns)
- Research Templates by Topic
- Topic: Service Definition
- Topic: Schema Definition
- Topic: Atom + React Integration
- Topic: Stream Patterns
- Verification Checklist
Find service documentation find ../../submodules/website -name "*.mdx" | xargs grep -l "Effect.Service" Find schema documentation cat ../../submodules/website/content/src/content/docs/docs/schema/*.mdx Find state management docs ls ../../submodules/website/content/src/content/docs/docs/state-management/ Find service test patterns grep -r "Effect.Service" ../../submodules/effect/packages/*/test/ Find SQL transaction patterns grep -r "transaction" ../../submodules/effect/packages/sql-sqlite-bun/test/
What does the effect-research skill do?
Effect-TS specialized research via deepwiki and submodules. Query Effect-TS/effect, tim-smart/effect-atom for verified patterns. Enforces grounded verification before implementation.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill effect-research-creatifcoding-gbg --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
