Trigger when the user wants to learn, implement, debug, or extend "用 Python + Slack Events API + Django 在 20 分钟内构建 Slack 机器人" or a 机器人(Bot) build-your-own project using Python. Use this skill for staged Claude Code guidance, milestone planning, minimal implementation, and troubleshooting.
Scanned 6/2/2026
Install via CLI
openskills install linkxzhou/build-your-own-x-skills---
name: bot-slack-bot
description: |
Trigger when the user wants to learn, implement, debug, or extend "用 Python + Slack Events API + Django 在 20 分钟内构建 Slack 机器人" or a 机器人(Bot) build-your-own project using Python. Use this skill for staged Claude Code guidance, milestone planning, minimal implementation, and troubleshooting.
---
# 用 Python + Slack Events API + Django 在 20 分钟内构建 Slack 机器人
Use this skill as a project coach for the original build-your-own tutorial.
## Source
- **Category**: 机器人(Bot)
- **Language / stack**: Python
- **Original resource**: https://medium.com/freehunch/how-to-build-a-slack-bot-with-python-using-slack-events-api-django-under-20-minute-code-included-269c3a9bf64e
## Workflow
1. Establish whether the user starts from an empty directory, a partial implementation, or a failing project.
2. Default to `Python` unless the user chooses another stack.
3. Read `references/tutorial-map.md` and convert the source into 4-8 implementation milestones.
4. Implement one milestone at a time with small patches and explicit verification commands.
5. Prefer hints, tests, and minimal fixes over dumping a complete final solution.
6. Preserve the user's existing files and style.
## Milestone template
1. Project skeleton and first runnable command.
2. Core data model and invariants.
3. Input/parser/protocol/UI boundary.
4. Main algorithm or runtime engine.
5. Integration and end-to-end behavior.
6. Diagnostics, tests, and extensions.
## Expected outputs
- A staged implementation plan.
- A minimal project scaffold.
- A focused code patch for the current milestone.
- A debugging explanation and regression test.
No comments yet. Be the first to comment!
Practical guide to testing web applications with screen readers for comprehensive accessibility validation.