Move specialized skills to skill-data/ so npx skills add only finds one (#1227)
The skills CLI metadata.internal flag was never implemented (PRs #587 and #652 were both closed). All 6 skills were showing in the installer. Move the 5 specialized skills (dogfood, electron, slack, vercel-sandbox, agentcore) from skills/ to skill-data/, which the skills CLI does not search. The bootstrap skill stays in skills/ for discovery. The Rust CLI searches both directories so agent-browser skills list/get still serves all 6.
This commit is contained in:
@@ -0,0 +1,163 @@
|
||||
# Slack Analysis Report
|
||||
|
||||
**Date**: [DATE]
|
||||
**Workspace**: [WORKSPACE_NAME]
|
||||
**Analyst**: [YOUR_NAME]
|
||||
**Scope**: [WHAT_YOU_ANALYZED]
|
||||
|
||||
## Summary
|
||||
|
||||
### Unread Counts
|
||||
- **Activity**: [NUMBER] unreads
|
||||
- **Direct Messages**: [NUMBER] unreads
|
||||
- **Channels**: [NUMBER] channels with unreads
|
||||
|
||||
### Key Findings
|
||||
- [FINDING 1]
|
||||
- [FINDING 2]
|
||||
- [FINDING 3]
|
||||
|
||||
---
|
||||
|
||||
## Unread Channels
|
||||
|
||||
List of channels with unread messages:
|
||||
|
||||
| Channel | Unread Count | Last Activity | Notes |
|
||||
|---------|-------------|---------------|-------|
|
||||
| #engineering | 12 | Today 2:45 PM | Active discussion thread |
|
||||
| #announcements | 3 | Yesterday 5:30 PM | Team updates |
|
||||
| #random | 5 | Today 11:20 AM | Various topics |
|
||||
|
||||
---
|
||||
|
||||
## Unread Direct Messages
|
||||
|
||||
| User/Group | Message Count | Last Message | Preview |
|
||||
|------------|--------------|--------------|---------|
|
||||
| @alice | 2 | Today 3:15 PM | "Are you free to..." |
|
||||
| @product-team | 5 | Today 2:00 PM | Sync scheduled for... |
|
||||
|
||||
---
|
||||
|
||||
## Channel Snapshot
|
||||
|
||||
### Total Channels Accessible
|
||||
- **Public Channels**: [NUMBER]
|
||||
- **Private Channels**: [NUMBER]
|
||||
- **Group DMs**: [NUMBER]
|
||||
|
||||
### Channel Categories
|
||||
- **External Connections**: [COUNT] channels
|
||||
- **Starred**: [COUNT] channels
|
||||
- **Main Channels**: [COUNT] channels
|
||||
|
||||
---
|
||||
|
||||
## Most Active Channels (by recent activity)
|
||||
|
||||
| Rank | Channel | Activity | Participants |
|
||||
|------|---------|----------|--------------|
|
||||
| 1 | #engineering | High | 15+ active |
|
||||
| 2 | #general | High | 10+ active |
|
||||
| 3 | #product-design | Medium | 8+ active |
|
||||
|
||||
---
|
||||
|
||||
## Key Conversations
|
||||
|
||||
### [TOPIC 1]: Channel #engineering
|
||||
- **Status**: Ongoing discussion
|
||||
- **Participants**: @alice, @bob, @charlie
|
||||
- **Latest Update**: [TIME]
|
||||
- **Thread Count**: 5 threads
|
||||
- **Files Shared**: 2 documents
|
||||
- **Screenshots**: See `engineering-thread.png`
|
||||
|
||||
**Notes**: [Additional context about the conversation]
|
||||
|
||||
### [TOPIC 2]: DM with @alice
|
||||
- **Unread Messages**: 2
|
||||
- **Last Message**: [TIME]
|
||||
- **Summary**: [Brief summary of conversation]
|
||||
- **Action Items**: [Any TODOs mentioned]
|
||||
|
||||
---
|
||||
|
||||
## Search Results
|
||||
|
||||
### Query: "[SEARCH_TERM]"
|
||||
- **Results**: [NUMBER] messages
|
||||
- **Date Range**: [FROM] to [TO]
|
||||
- **Top Channels**: [LIST]
|
||||
- **Key Themes**: [PATTERNS OBSERVED]
|
||||
|
||||
#### Sample Results
|
||||
1. **[Date/Time]** in #[channel]: [Message snippet]
|
||||
2. **[Date/Time]** in #[channel]: [Message snippet]
|
||||
3. **[Date/Time]** in #[channel]: [Message snippet]
|
||||
|
||||
---
|
||||
|
||||
## Reactions & Engagement
|
||||
|
||||
### Most Reacted-To Messages
|
||||
| Message | Emoji | Count | Channel |
|
||||
|---------|-------|-------|---------|
|
||||
| "Shipped to production" | 🎉 | 8 | #engineering |
|
||||
| "FYI the site is down" | 🚨 | 12 | #incidents |
|
||||
|
||||
---
|
||||
|
||||
## Team Insights
|
||||
|
||||
### Most Active Users (by message volume)
|
||||
1. @alice - [COUNT] messages
|
||||
2. @bob - [COUNT] messages
|
||||
3. @charlie - [COUNT] messages
|
||||
|
||||
### Most Active Times
|
||||
- Peak hour: [TIME]
|
||||
- Peak day: [DAY]
|
||||
- Average messages per hour: [NUMBER]
|
||||
|
||||
---
|
||||
|
||||
## Issues / Observations
|
||||
|
||||
### [ISSUE 1]: [Title]
|
||||
**Severity**: [Critical/High/Medium/Low]
|
||||
**Description**: [What was observed]
|
||||
**Evidence**: See `issue-1-screenshot.png`
|
||||
**Recommendation**: [Suggested action]
|
||||
|
||||
---
|
||||
|
||||
## Screenshots
|
||||
|
||||
| File | Description |
|
||||
|------|-------------|
|
||||
| `activity-tab.png` | Activity tab showing unreads |
|
||||
| `dms-overview.png` | DM list with unread indicators |
|
||||
| `channels-full-list.png` | Complete channel list |
|
||||
| `engineering-thread.png` | Active engineering thread |
|
||||
|
||||
---
|
||||
|
||||
## Appendix: Raw Data
|
||||
|
||||
### Snapshot Output
|
||||
```
|
||||
[Paste snapshot -i output here]
|
||||
```
|
||||
|
||||
### JSON Snapshot (for parsing)
|
||||
```json
|
||||
[Paste snapshot --json output here]
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
**Report Generated**: [DATE/TIME]
|
||||
**Analysis Duration**: [TIME]
|
||||
**Next Steps**: [TODO]
|
||||
Reference in New Issue
Block a user