
Learning Tools
- Updated January 25, 2026
- devkade/1d1s
Learning-tools is a domain-learning toolkit for understanding any field's core concepts, relationships, and research origins. It helps users ramp up on unfamiliar domains in a structured way before applying that knowledge.
Key points
- Domain-learning toolkit
- Core concepts
- Concept relationships
- Research origins
Learning Tools by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add devkade/1d1s/plugin install learning-tools@1d1sAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | January 25, 2026 |
|---|---|
| Repository | devkade/1d1s ↗ |
What it does
Learn any domain — core concepts, relationships, and research origins — with a structured domain-learning toolkit.
README.md
1d1s - One Day One Skill
매일 하나씩, 필요한 스킬을 만들어 배포하는 Claude Code 스킬 마켓플레이스.
"하루에 하나씩 쌓이면, 어느새 도구 상자가 됩니다."
Get Started (30 seconds)
Step 1: 마켓플레이스 추가
/plugin marketplace add https://github.com/devkade/1d1s
Step 2: 플러그인 설치
/plugin install learning-tools
Available Plugins
| Plugin | Description |
|---|---|
| learning-tools | 도메인 학습 도구 모음 - 개념, 관계, 연구 기원 학습 |
learning-tools Skills
| Skill | Description | Trigger |
|---|---|---|
| domain-vocab | 도메인 핵심 개념을 전문가 수준 토큰으로 학습 | "learn [domain] concepts" |
| foundation | 개념의 의미, 연결성, 역사적 발전을 깊이 이해 | "build foundation for [domain]" |
| deep-dive | 개념 학습 + 연구 논문 계보를 통합 탐색 | "deep dive [domain]" |
| trace | 단일 개념의 논문 계보를 완전히 추적 | "trace [concept]" |
| frontier | 최신 연구 동향과 신흥 개념 탐색 | "frontier [domain]" |
| paper-flow | 인용 트리 시각화 (Excalidraw/Obsidian Canvas) | "paper flow for [topic]" |
Usage
Natural Language
"DevOps 개념 배우고 싶어"
"build foundation for machine learning"
"deep dive into reinforcement learning"
"trace the Transformer architecture"
"frontier research in LLMs"
Slash Commands
/domain-vocab [domain]
/foundation [domain]
/deep-dive [domain]
/trace [concept]
/frontier [domain]
/paper-flow [topic]
Structure
1d1s/
├── .claude-plugin/
│ └── marketplace.json
├── plugins/
│ └── learning-tools/ # 도메인 학습 플러그인
│ ├── commands/
│ │ └── learn.md
│ └── skills/
│ ├── domain-vocab/
│ ├── foundation/
│ ├── deep-dive/
│ ├── trace/
│ ├── frontier/
│ └── paper-flow/
└── README.md
Adding New Plugins
새 플러그인 추가 시:
plugins/디렉토리에 새 플러그인 폴더 생성skills/,commands/,agents/등 필요한 컴포넌트 추가marketplace.json의plugins배열에 추가:
{
"name": "new-plugin",
"source": "./plugins/new-plugin",
"description": "Plugin description"
}
Contributing
- Fork this repository
- Add your plugin to
plugins/directory - Update
marketplace.json - Submit a pull request
License
MIT