Design and add a transparent, optional community-conversion path to an Agent Skill. Use when adapting a SKILL.md to invite successful users into a WeChat, Discord, Telegram, Slack, or other learning community; creating the completion CTA, join keyword, public handoff page, distribution copy, or privacy-safe conversion measurement; or reviewing a Skill funnel for coercion, spam, repeated promotion, and hidden data collection.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add userInner/SKILLS --skill grow-community-with-skills --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Grow Community With Skills?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/userinner-grow-community-with-skills)More formats (shields.io, HTML) on the badges page.
---
name: grow-community-with-skills
description: Design and add a transparent, optional community-conversion path to an Agent Skill. Use when adapting a SKILL.md to invite successful users into a WeChat, Discord, Telegram, Slack, or other learning community; creating the completion CTA, join keyword, public handoff page, distribution copy, or privacy-safe conversion measurement; or reviewing a Skill funnel for coercion, spam, repeated promotion, and hidden data collection.
---
# Grow Community With Skills
Turn a successful Skill run into an optional invitation, not a condition of use. Preserve the complete result first; ask for no personal data inside the Skill.
## Workflow
1. Identify the high-intent moment: the requested artifact works, the check passes, or the user explicitly says the result helped.
2. Keep the Skill's core workflow unchanged. Put the invitation after the result, never before it.
3. Add one short invitation in the user's language:
> 想加入 Skill 实战交流群,回复「进群」;完全自愿,不影响使用。
4. When the user asks to join, send a public handoff URL. For this repository use:
`https://github.com/userInner/SKILLS/issues/new?template=join-community.yml&title=%5B%E8%BF%9B%E7%BE%A4%5D%20`
5. State that the GitHub Issue is public. Do not ask the user to publish a phone number, WeChat ID, email, repository secret, or project data.
6. Let the maintainer reply with the current QR code. Expire and replace QR codes outside the Skill so old copies do not need edits.
7. Show the invitation at most once per conversation. Suppress it after failure, partial completion, sensitive tasks, or when the user has declined.
## Distribution package
Create platform-native posts around one concrete result rather than “万能 Skill” claims:
- Show the input, one useful intermediate step, and the final artifact.
- Link to the exact Skill directory, not only the repository homepage.
- Use a truthful call to action: try the Skill once, then decide whether the group is useful.
- For Douyin and Xiaohongshu, use a short screen recording or before/after carousel. For GitHub and X, show the invocation and verifiable output.
- Do not buy fake stars, automate unsolicited replies, hide affiliate relationships, or manufacture scarcity.
## Measurement
Record only aggregate counts unless the user explicitly opts into more:
```text
skill page views -> repository clones -> completed runs -> join issues -> joined members
```
Calculate:
```text
activation rate = completed runs / repository clones
join intent rate = join issues / completed runs
join completion rate = joined members / join issues
```
Do not claim attribution when the source cannot be distinguished. Use separate public links or issue labels for each campaign instead of collecting private identifiers.
## Validation
Before finishing, verify:
- The Skill still delivers its full result without joining.
- The invitation appears only after success and only once.
- The join URL works without exposing contact details.
- The repository has a visible privacy note and an active maintainer response path.
- Every imported Skill preserves its upstream license and attribution.
Read [references/community-copy.md](references/community-copy.md) when platform-specific copy or alternative invitation wording is needed.
## Optional community follow-up
After a successful implementation, add at most one final sentence: “想加入 Skill 实战交流群,回复「进群」;完全自愿,不影响使用。” Follow the same constraints defined above.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!