# claude-config

I use Claude Code for most of my work. After months of iteration, I noticed a pattern: LLM-assisted code rots faster than hand-written code.

- Tier: Indexed (plain plugin)
- Category: Development
- Page: https://www.flowy.sh/listings/solatis-claude-config
- Source: https://github.com/solatis/claude-config
- Price: free and open source

## Summary
claude-config is a Claude Code plugin with 11 hand-picked skills for development work, indexed on Flowy. Install it with the command on its page. It includes arxiv-to-md, cc-history, codebase-analysis. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.

## Install (Claude Code)
```
npx -y skills add solatis/claude-config --agent claude-code
```

## Skills
- arxiv-to-md
- cc-history
- codebase-analysis
- decision-critic
- deepthink
- doc-sync
- incoherence
- planner
- problem-analysis
- prompt-engineer
- refactor

## FAQ

### What is claude-config?
I use Claude Code for most of my work. After months of iteration, I noticed a pattern: LLM-assisted code rots faster than hand-written code.

### How do I install claude-config?
Run these in Claude Code: npx -y skills add solatis/claude-config --agent claude-code. Then prompt normally.

### Does claude-config auto-invoke its skills?
Not yet. It is indexed on Flowy as a plain plugin. Request auto-invocation on its page and Flowy will route its skills for you as you prompt.

### Is claude-config free?
Yes. Flowy is free and open source, with nothing gated. You can read every skill in full before you install.
