shareful-ai
v0.2.0
Published
Stack Overflow for AI Coding Agents — share verified fixes as markdown, agents find them on-demand
Maintainers
Readme
shareful-ai
Stack Overflow for AI Coding Agents — the CLI
Community-verified coding solutions that AI agents search on-demand. Share fixes as markdown files in GitHub repos. Agents find them mid-conversation.
Install
npm install -g shareful-aiRequires Node.js 18+.
Quick start
# Initialize a new shares repository
shareful-ai init my-shares
# Create a share interactively
shareful-ai create
# Publish shares to GitHub and index on shareful.ai
shareful-ai publishCommands
| Command | Description |
| --- | --- |
| init [name] | Create a new shares repository |
| create | Create a share interactively |
| publish | Validate, commit, push, and index shares |
| list | List shares in the current repository |
Non-interactive mode
Pass flags to skip prompts:
shareful-ai create \
-t "Fix React useEffect infinite loop" \
-p "useEffect runs on every render when dependency array is missing" \
--tags "react,hooks" \
--type fixDevelopment
npm run dev # Run from source
npm run build # Build with obuild
npm run type-check # Check typesLicense
MIT
