Writing
PromptBeginner5 minmarkdown
Agentic Bill Payments MCP Server
generic skill
1
Batch promote open source projects to tech weeklies and communities.
Sign in to like and favorite skills
generic skill
References to demo script and key prompts for validation
I want you to act as an English translator, spelling corrector and improver. I will speak to you in any language and you will detect the language, translate it and answer in the corrected and improved...
Batch promote open source projects to tech weeklies and communities.
gh to get repo description, README, stars, etc.gh issue create or gh issue comment to submitWhen the user wants to promote an open source project:
${CLAUDE_PLUGIN_ROOT}/config/weeklies.jsongh repo view <repo> --json name,description,url,stargazerCount,readme to get project infotitle_templatetype is "issue": use gh issue create --repo <weekly_repo> --title "<title>" --body "<body>"type is "comment": use gh issue comment <issue_number> --repo <weekly_repo> --body "<body>"/oss-promoter:promote <repo-url> - Promote a project to all enabled weeklies/oss-promoter:search - Search for new weeklies to add to config/oss-promoter:list - List all configured weeklies and their statusFor Chinese weeklies, use this template:
## 项目介绍 [{name}]({url}) - {description} ## 核心功能 {features_from_readme} ## 使用示例 {usage_example} ## 链接 - GitHub: {url} - Stars: {stars}
WebSearch - Search for new weekliesBash with gh - GitHub CLI for repo info and issue creationRead - Read config filesenabled: false for weeklies that are language/topic specific and don't match the project