Skip to content

Conversation

@joshprice
Copy link

@joshprice joshprice commented Oct 19, 2025

Experiment to generate Claude skills from Usage Rules. For an example of the output check out this repo https://github.com/joshprice/claude-skills-from-usage-rules

else
igniter.args.positional.packages || []
cond do
# For claude-skills, manually parse from argv since Igniter misparses positional args as flags
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seeing the disagreement with argument/options in generating Claude skills vs the current usage_rules.sync task makes me think perhaps this would make sense as its own task instead. mix usage_rules.sync_claude_skills.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Think that makes sense, there is a non trivial overlap in capabilities though.

# Ignore HTML comments when finding the first line
description =
content
|> String.split("\n")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

talked about it in discord, but for this to make sense I think it should be some text suited to this purpose, either the package description plus some static text, or configured by the library providing these rules.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants