Initial commit: Multi-repository role-based knowledge graphs
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
# Last30Days Knowledge Graph
|
||||
|
||||
## Role: Last30Days Skill Developer
|
||||
|
||||
Specialized knowledge for the Last30Days Claude Code skill.
|
||||
|
||||
## Thesaurus
|
||||
|
||||
- **Source**: `thesaurus.json`
|
||||
- **Concepts**: Research, Reddit, Twitter/X, Web, Claude
|
||||
|
||||
## Key Functionality
|
||||
|
||||
### Research
|
||||
- Multi-source information gathering
|
||||
- Trend analysis
|
||||
- Pattern recognition
|
||||
|
||||
### Sources
|
||||
- Reddit discussions
|
||||
- Twitter/X trends
|
||||
- Web search results
|
||||
|
||||
### Claude Code Integration
|
||||
- Skill definition
|
||||
- Prompt engineering
|
||||
- Tool usage
|
||||
|
||||
## Sources
|
||||
|
||||
- Skill files: `last30days/`
|
||||
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"name": "Last30Days",
|
||||
"data": {
|
||||
"research": { "id": 1, "nterm": "research" },
|
||||
"search": { "id": 1, "nterm": "research" },
|
||||
"investigate": { "id": 1, "nterm": "research" },
|
||||
"explore": { "id": 1, "nterm": "research" },
|
||||
"discover": { "id": 1, "nterm": "research" },
|
||||
|
||||
"reddit": { "id": 2, "nterm": "reddit" },
|
||||
"subreddit": { "id": 2, "nterm": "reddit" },
|
||||
"post": { "id": 2, "nterm": "reddit" },
|
||||
"thread": { "id": 2, "nterm": "reddit" },
|
||||
|
||||
"twitter": { "id": 3, "nterm": "twitter" },
|
||||
"x": { "id": 3, "nterm": "twitter" },
|
||||
"tweet": { "id": 3, "nterm": "twitter" },
|
||||
"trend": { "id": 3, "nterm": "twitter" },
|
||||
|
||||
"web": { "id": 4, "nterm": "web" },
|
||||
"internet": { "id": 4, "nterm": "web" },
|
||||
"online": { "id": 4, "nterm": "web" },
|
||||
"site": { "id": 4, "nterm": "web" },
|
||||
|
||||
"claude": { "id": 5, "nterm": "claude" },
|
||||
"code": { "id": 5, "nterm": "claude" },
|
||||
"skill": { "id": 5, "nterm": "claude" },
|
||||
"prompt": { "id": 5, "nterm": "claude" }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user