Claudest
Persistent memory, git workflows, research, and media processing
All Skills in This Repository (24)
Pure Emerald Level Indicatorsconvert-to-markdown
Extract clean markdown content from a specified URL.
extract-learnings
Persist distilled conversation learnings into hierarchical memory files.
recall-conversations
Search and retrieve past conversation sessions using keyword-based full-text search.
brainstorm
Interview users with structured questions to refine and articulate ideas.
extract-audio
Extract audio streams from video files using FFmpeg and FFprobe.
share-social
Adjust video aspect ratios, resolutions, bitrates, and durations for social media platforms using FFmpeg.
convert-video
Convert, trim, resize, rotate, flip, and extract frames from videos using FFmpeg and FFprobe.
make-gif
Convert video segments into animated GIFs using ffmpeg and a 2-pass palette workflow.
compress-video
Compress video files with FFmpeg using quality or target size constraints.
generate-image
Generate and edit images with text prompts and configurable AI models.
make-readme
Generate README.md files from project scans and interactive interviews.
make-changelog
Generate and update CHANGELOG.md files from git history using Keep-a-Changelog format.
Frequently Asked Questions
FAQPage SchemaHow to install Claudest?โผ
Run `npx skills add gupsammy/Claudest --all -g -y` in your terminal to install all plugins in this collection globally.
How does Claudest give my coding sessions persistent memory?โผ
The claude-memory plugin stores every session in a local SQLite database with full-text search, then automatically injects summaries of recent sessions at startup so the agent knows what you worked on before you say anything.
What git workflows does Claudest automate?โผ
The claude-coding plugin analyzes changes and writes conventional commits, creates or updates pull requests, cleans up merged and stale branches, and generates READMEs and changelogs from git history.
Can Claudest research topics across social platforms?โผ
Yes. The run-research skill queries Reddit, X, YouTube, and the web in parallel, weights findings by engagement, and synthesizes cited results. Each source is optional and skipped silently if its tool is missing.
Do I need coding experience to use Claudest?โผ
No. Once installed, you describe what you want in plain English and the agent handles the underlying git commands, ffmpeg operations, and database queries for you.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core