You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ended up rolling my own skill until they offer an official one. See the comment below.
What is the problem this feature would solve?
Effect-ts has a steep learning curve.
You guys have done an amazing job at making the official docs easily accessible via context7 MCP and llms.txt, but accessing these resources can be quite expensive in terms of AI token consumption. This is in part due to the large size of the Effect framework/ docs.
What is the feature you are proposing to solve the problem?
Provide an official Claude Skill (or Agent Skill) for Effect-ts, which would:
Serve as a 'compressed' documentation. The skill should not be a 1-to-1 match with the docs. It should be a pared-back version with essential tips and tricks and high-level guidance.
Example
You can see an example of our custom-built Tailwind CSS skill here.
Tip
You can use Anthropic's official plugin-development skill to create the first version of your skill.
Note
Ended up rolling my own skill until they offer an official one. See the comment below.
What is the problem this feature would solve?
Effect-ts has a steep learning curve.
You guys have done an amazing job at making the official docs easily accessible via context7 MCP and
llms.txt, but accessing these resources can be quite expensive in terms of AI token consumption. This is in part due to the large size of the Effect framework/ docs.What is the feature you are proposing to solve the problem?
Provide an official Claude Skill (or Agent Skill) for Effect-ts, which would:
Example
You can see an example of our custom-built Tailwind CSS skill here.
Tip
You can use Anthropic's official
plugin-developmentskill to create the first version of your skill.