lightfriend
Privacy-first messaging assistant development and deployment workflows
All Skills in This Repository (10)
Pure Emerald Level Indicatorscommit
Run cargo fmt, clippy, and tests before committing and pushing Rust code.
skill-creator
Create and standardize Claude skill scaffolds with SKILL.md templates and resource directories.
lightfriend-add-frontend-page
Scaffold new Yew frontend pages with standardized modules, routes, and navigation.
lightfriend-add-integration
Automate adding OAuth integrations to Lightfriend with migrations and token handling.
stripe-webhook-testing
Forward Stripe webhook events to a local development server.
senior-devops
Automates CI/CD pipelines, Terraform scaffolding, and deployment workflows across AWS, GCP, or Azure.
lint
Run cargo fmt and cargo clippy checks on Rust workspaces.
commit-push-pr
Validate Rust formatting, linting, and tests before committing and pushing changes.
lightfriend-db-migration
Generate, apply, and rollback Diesel migrations for SQLite or PostgreSQL schemas.
senior-security
Automate security assessments with threat modeling, auditing, and pentest workflows.
Frequently Asked Questions
FAQPage SchemaHow to install lightfriend?โผ
Run `npx skills add ahtavarasmus/lightfriend --all -g -y` in your terminal to install all skills in this suite globally.
What is Lightfriend?โผ
Lightfriend is an open-source, privacy-first assistant that lets basic phones access WhatsApp, Telegram, Signal, email, and calendar over SMS and voice calls. It runs in a verifiable secure enclave so no one else can see your data.
How do I add a new integration to Lightfriend?โผ
The lightfriend-add-integration skill walks your agent through the full OAuth flow: database migration, encrypted token storage, backend handlers, and frontend connection UI.
Can I safely change the Lightfriend database schema?โผ
Yes. The lightfriend-db-migration skill guides Diesel migrations step by step, including reversible up/down scripts and schema regeneration.
Does Lightfriend work with Claude Code and other agents?โผ
Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Codex, Cursor, and other compatible agents.
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