Release v1.30.0: Add competitors-analysis skill
- Add competitors-analysis skill for evidence-based competitor tracking - Pre-analysis checklist to ensure repositories are cloned locally - Forbidden patterns to prevent assumptions and speculation - Required patterns for source citation (file:line_number format) - Tech stack analysis guides for Node.js, Python, Rust - Bundled references: profile_template.md, analysis_checklist.md - Management script: update-competitors.sh - Update marketplace version from 1.29.0 to 1.30.0 - Update skills count from 34 to 35 - Update README.md and README.zh-CN.md (badges, skill section, use case) - Update CLAUDE.md (skill count, available skills list) - Update marketplace.json (metadata + new plugin entry) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
49
README.md
49
README.md
@@ -6,15 +6,15 @@
|
||||
[](./README.zh-CN.md)
|
||||
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
[](https://github.com/daymade/claude-code-skills)
|
||||
[](https://github.com/daymade/claude-code-skills)
|
||||
[](https://github.com/daymade/claude-code-skills)
|
||||
[](https://github.com/daymade/claude-code-skills)
|
||||
[](https://claude.com/code)
|
||||
[](./CONTRIBUTING.md)
|
||||
[](https://github.com/daymade/claude-code-skills/graphs/commit-activity)
|
||||
|
||||
</div>
|
||||
|
||||
Professional Claude Code skills marketplace featuring 34 production-ready skills for enhanced development workflows.
|
||||
Professional Claude Code skills marketplace featuring 35 production-ready skills for enhanced development workflows.
|
||||
|
||||
## 📑 Table of Contents
|
||||
|
||||
@@ -1463,6 +1463,45 @@ claude plugin install deep-research@daymade-skills
|
||||
|
||||
---
|
||||
|
||||
### 35. **competitors-analysis** - Evidence-Based Competitor Tracking
|
||||
|
||||
Analyze competitor repositories with evidence-based approach. All analysis must be based on actual cloned code, never assumptions.
|
||||
|
||||
**When to use:**
|
||||
- Track and analyze competitor products or technologies
|
||||
- Create evidence-based competitor profiles
|
||||
- Generate competitive analysis reports
|
||||
- Need to document technical decisions with cited sources
|
||||
|
||||
**Key features:**
|
||||
- Pre-analysis checklist to ensure repositories are cloned locally
|
||||
- Forbidden patterns to prevent assumptions ("推测...", "可能...", "应该...")
|
||||
- Required patterns for source citation (file:line_number format)
|
||||
- Tech stack analysis guides for Node.js, Python, Rust projects
|
||||
- Directory structure conventions for organized competitor tracking
|
||||
- Bundled templates: profile template, analysis checklist
|
||||
- Management script for batch clone/pull/status operations
|
||||
|
||||
**Example usage:**
|
||||
```bash
|
||||
# Install the skill
|
||||
claude plugin install competitors-analysis@daymade-skills
|
||||
|
||||
# Then ask Claude to analyze a competitor
|
||||
"分析竞品 https://github.com/org/repo"
|
||||
"添加竞品到 flowzero 产品的竞品列表"
|
||||
```
|
||||
|
||||
**🎬 Live Demo**
|
||||
|
||||
*Coming soon*
|
||||
|
||||
📚 **Documentation**: See [competitors-analysis/SKILL.md](./competitors-analysis/SKILL.md) and [competitors-analysis/references/](./competitors-analysis/references/) for templates.
|
||||
|
||||
**Requirements**: Git (for cloning repositories)
|
||||
|
||||
---
|
||||
|
||||
## 🎬 Interactive Demo Gallery
|
||||
|
||||
Want to see all demos in one place with click-to-enlarge functionality? Check out our [interactive demo gallery](./demos/index.html) or browse the [demos directory](./demos/).
|
||||
@@ -1478,6 +1517,9 @@ Combine **markdown-tools** for document conversion and **mermaid-tools** for dia
|
||||
### For Research & Analysis
|
||||
Use **deep-research** to produce format-controlled research reports with evidence tables and citations. Combine with **fact-checker** to validate claims or with **twitter-reader** for social-source collection.
|
||||
|
||||
### For Competitive Intelligence
|
||||
Use **competitors-analysis** to track and analyze competitor repositories with evidence-based approach. All findings are sourced from actual code (file:line_number), eliminating speculation. Combine with **deep-research** for comprehensive competitive landscape reports.
|
||||
|
||||
### For PDF & Printable Documents
|
||||
Use **pdf-creator** to convert markdown to print-ready PDFs with proper Chinese font support for formal documents and reports.
|
||||
|
||||
@@ -1587,6 +1629,7 @@ Each skill includes:
|
||||
- **i18n-expert**: See `i18n-expert/SKILL.md` for complete i18n setup workflow, key architecture guidance, and audit procedures
|
||||
- **claude-skills-troubleshooting**: See `claude-skills-troubleshooting/SKILL.md` for plugin troubleshooting workflow and architecture
|
||||
- **fact-checker**: See `fact-checker/SKILL.md` for fact-checking workflow and claim verification process
|
||||
- **competitors-analysis**: See `competitors-analysis/SKILL.md` for evidence-based analysis workflow and `competitors-analysis/references/profile_template.md` for competitor profile template
|
||||
|
||||
## 🛠️ Requirements
|
||||
|
||||
|
||||
Reference in New Issue
Block a user