Agent skill

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 11 KB
Bundled scripts: none
Path: skills/ai-llm/effect-research-creatifcoding-gbg/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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`

What's inside
Steps it walks through
  1. Quick Start: Research Workflow
  2. deepwiki Queries for Effect
  3. Available Repos
  4. Query Patterns
  5. Submodule Deep Dives
  6. Website Submodule (Human-Authored Docs)
  7. Effect Submodule (Test Patterns)
  8. effect-atom Submodule (Atom Patterns)
  9. Research Templates by Topic
  10. Topic: Service Definition
  11. Topic: Schema Definition
  12. Topic: Atom + React Integration
  13. Topic: Stream Patterns
  14. Verification Checklist
Ships with 1 file
  • metadata.json
Commands it runs
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/
More from claude-skill-registry
All skills →
About this skill
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.

Keep going