SKILL
Deployment, debugging, content generation, and engineering workflow playbooks
All Skills in This Repository (19)
Pure Emerald Level Indicatorschat-export-report
Analyzes chat logs from WeChat, Telegram, iMessage, and QQ into layered reports.
acg-character-settei
Generate multi-view anime character settei sheets from template and reference images.
gemini-image-generation
Generate and edit images with Gemini models using text and reference prompts.
chibi-sticker-sheet
Generate a 4x8 chibi sticker sheet from a character reference using Gemini image-to-image prompts.
gemini-seo-image-assets
Generate favicon and OG assets and wire SEO metadata for web projects.
working-summary
Aggregate GitHub PRs and commits into a Markdown report.
session-to-skill-and-blog
Convert engineering sessions into reusable skills and narrative blog posts.
session-handoff
Generate a self-contained handoff prompt with redacted secrets for another agent.
capture-output-via-sidechannel
Capture and base64-encode task stdout/stderr into an external datastore.
mx-space-remote-db-access
Inspect and update remote mx-space PostgreSQL via in-container psql with guarded workflows.
mx-space-remote-translation-audit
Audit remote mx-space translation coverage and hash integrity via SSH and Docker exec.
vless-reality-aws-lightsail
Deploy VLESS+Reality+Vision on AWS Lightsail with LAN and Mac bridges.
Frequently Asked Questions
FAQPage SchemaHow to install Innei SKILL?βΌ
Run `npx skills add Innei/SKILL --all -g -y` in your terminal to install all skills in this collection globally.
What kinds of tasks does this skill collection cover?βΌ
It covers five domains: infrastructure (Dokploy, Cloudflare, Vercel deployments), automation (weekly reports, session handoffs), content (Gemini image generation, App Store assets), research (chat log and codebase audits), and writing (design docs, analytical judgment).
Can I canary-deploy two app versions on one domain?βΌ
Yes. The edge-canary-split and dokploy-traefik-traffic-split skills provide cookie-sticky weighted routing via a Cloudflare Worker or Traefik, including rollback steps and the SPA asset trap fix.
Does it work with Claude Code and other coding agents?βΌ
Yes. Every skill follows the standard SKILL.md format and is symlinked into .claude/skills and .agent/skills, so Claude Code, Copilot CLI, and compatible agents load them automatically.
Can it generate images and marketing assets?βΌ
Yes. Several skills drive Gemini image generation for character sheets, chibi stickers, favicons, and OG images, plus local scripts that compose real screenshots into official Apple device bezels.
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