Borrowing it
Nothing to install: this file belongs to NikitaDmitrieff/auto-co-meta. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/NikitaDmitrieff/auto-co-meta/main/.claude/skills/ph-community-outreach/SKILL.mdgit clone --depth 1 https://github.com/NikitaDmitrieff/auto-co-metaWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/nikitadmitrieff/auto-co-meta/ph-community-outreach)<a href="https://agentmods.dev/skills/nikitadmitrieff/auto-co-meta/ph-community-outreach"><img src="https://agentmods.dev/badge/skills/nikitadmitrieff/auto-co-meta/ph-community-outreach/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/nikitadmitrieff/auto-co-meta/ph-community-outreach"><img src="https://agentmods.dev/badge/skills/nikitadmitrieff/auto-co-meta/ph-community-outreach.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00045 | $0.01951 |
| Opus 5 | $0.00023 | $0.00975 |
| Sonnet 5 | $0.00009 | $0.00390 |
| Haiku 4.5 | $0.00005 | $0.00195 |
Grade A, and why
ph-community-outreach scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
Copies of this mod
1 near-identical copy found in the catalogue:
- ph-community-outreach — 100% identical, 0 lines differ
How it starts
The opening of the file, as written. The whole thing — 332 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Product Hunt Community Outreach
This skill helps you leverage online communities to amplify your Product Hunt launch while maintaining authenticity and following community guidelines.
When to Use This Skill
- Identifying communities relevant to your product
- Crafting community-appropriate posts
- Timing cross-platform promotion
- Building relationships before launch
- Avoiding spam flags and bans
The Golden Rules
Rule 1: Be a Member First
- Participate for 2-4 weeks before launch
- Add value through comments and discussions
- Build karma/reputation organically
- Never cold-post your launch
Rule 2: Provide Value, Not Just Promotion
- Share learnings, not just links
- Answer questions in your domain
- Help others with their launches
- Make posts interesting standalone
Rule 3: Follow Each Community's Rules
- Read sidebar/rules before posting
- Check if self-promotion is allowed
- Note any format requirements
- Respect moderators
Platform-by-Platform Guide
Relevant Subreddits
General Startup/Product:
- r/SideProject (253k) - Very friendly to makers
- r/startups (960k) - Broader startup discussion
- r/Entrepreneur (2.4M) - Business-focused
- r/smallbusiness (1.3M) - SMB audience
- r/InternetIsBeautiful (17M) - Cool web things
Tech/Development:
- r/webdev (1.7M) - Web development
- r/programming (5.6M) - General programming
- r/learnprogramming (3.5M) - Beginners
- r/opensource (400k) - Open source projects
- r/selfhosted (280k) - Self-hosted solutions
Specific Niches:
- r/SaaS (44k) - SaaS products
- r/nocode (120k) - No-code tools
- r/artificial (1.4M) - AI products
- r/productivity (1.1M) - Productivity tools
- r/design (470k) - Design tools
Product Hunt Specific:
- r/ProductHunters (small but targeted)
Reddit Posting Strategy
Pre-Launch (2-4 weeks before):
- Join relevant subreddits
- Comment helpfully on 10-20 posts
- Build karma organically
- Observe what content works
Launch Day Post Template:
Title: I built [Product] to solve [specific problem] -
launching on Product Hunt today
Hey r/[subreddit]!
After [X months] of building, I'm finally launching
[Product] on Product Hunt today.
**The Problem:**
[2-3 sentences about the problem]
**What I Built:**
[2-3 sentences about your solution]
**What Makes It Different:**
[Your unique angle]
**Current Status:**
- [Key metric or milestone]
- [Another relevant detail]
**Looking For:**
- Honest feedback on the concept
- Suggestions for improvement
- [Specific question for community]
Product Hunt link: [URL]
Happy to answer any questions about the build,
the tech stack, or the journey!
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 332 lines · 45 tokens per session scan A b7f23b486895
ph-community-outreach is a skill published in the GitHub repository NikitaDmitrieff/auto-co-meta (43 stars, last pushed 2mo ago), licensed MIT. It adds 45 tokens to every session and 1,951 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
browser-automation
Playwright-based browser automation patterns for autonomous web interaction.
a2ui-renderer
Render A2UI (Agent-to-UI declarative surfaces) in CopilotKit v2. Enable the runtime via CopilotRuntime({ a2ui: {...} }), then enable the provider via . Auto-activates via /info — do NOT manually pass renderActivityMessages. createA2UIMessageRenderer ships from @copilotkit/react-core/v2; low-level primitives…
copilotkit-develop
Use when building AI-powered features with CopilotKit v2 -- adding chat interfaces, registering frontend tools, sharing application context with agents, handling agent interrupts, and working with the CopilotKit runtime.
copilotkit-upgrade
Use when migrating a CopilotKit v1 application to v2 -- updating package imports, replacing deprecated hooks and components, switching from GraphQL runtime to AG-UI protocol runtime, and resolving breaking API changes.
dws
A command-line guide for DingTalk, a workplace platform with chat, documents, calendars, approvals, tasks, and other business tools.
package-author
A packaging guide for turning scripts, skills, or an MCP service into a standard plugin package. MCP is a way for an AI assistant to connect to external tools.