Posts content to WeChat Official Account (微信公众号) via API or Chrome CDP. Supports article posting (文章) with HTML, markdown, or plain text input, and image-text posting (图文) with multiple images. Use when user mentions "发布公众号", "post to wechat", "微信公众号", or "图文/文章".
frontend-design
frontend-design is an open-source frontend skill for Claude Code and compatible agents, published by anbeime. Its author describes it as: “Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids gener…”. The project has 5.5k stars on GitHub and ships custom license terms, so review them before reuse. Add it to your setup with `git clone https://github.com/anbeime/skill ~/.claude/skills/frontend-design`.
What frontend-design does
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices.
Installation
Add frontend-design to your agent with:
git clone https://github.com/anbeime/skill ~/.claude/skills/frontend-design Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.
What's inside
The SKILL.md for frontend-design is organised into these sections:
- Design Thinking
- Frontend Aesthetics Guidelines
When to use it
Reach for frontend-design when you want frontend help from your agent without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.
Strengths
- Ships in anbeime/skill, an established project with 5,476 GitHub stars
- Actively maintained (recent commits)
Things to check
- No license declared — confirm terms with the author before reuse
Topics
Frequently asked questions
- What does frontend-design do?
- Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
- How do I install frontend-design?
- Run git clone https://github.com/anbeime/skill ~/.claude/skills/frontend-design in your agent, then reload your skills. Review the source at https://github.com/anbeime/skill before installing.
- Is frontend-design free to use?
- frontend-design is publicly available on GitHub, but anbeime has not declared a standard open-source license (Complete terms in LICENSE.txt). Confirm the terms with the author before reusing it.
- Where does frontend-design come from?
- frontend-design ships inside anbeime/skill, a repository that contains 37 catalogued skills in total. The repository's 5,476 GitHub stars apply to that whole collection, not to this skill on its own.
Related skills
More Frontend →Symfony UX Skills Bundle 2026 - Master Live & Twig Components, Turbo, Stimulus
Use this skill when you need to control a Chrome browser via CDP (Chrome DevTools Protocol) to reuse existing login sessions. Covers: launching Chrome in debug mode, opening URLs, waiting for page load, evaluating JavaScript, taking snapshots, and extracting auth tokens. Trigger phrases: browser automation, CDP, agent-browser, 浏览器操作, 操作浏览器, Chrome CDP, 复用登录态, extract token from browser.
Provides guidance for mechanistic interpretability research using TransformerLens to inspect and manipulate transformer internals via HookPoints and activation caching. Use when reverse-engineering model algorithms, studying attention patterns, or performing activation patching experiments.
Accessibility audit skill for scanning, fixing, and verifying WCAG 2.2 Level A and AA compliance across React, Next.js, Vue, Angular, Svelte, and plain HTML codebases. Use when auditing accessibility, fixing a11y violations, checking color contrast, generating compliance reports, or integrating accessibility checks into CI/CD pipelines.