mit einem Klick
Methodologies for rapidly building software proofs-of-concept
npx skills add https://github.com/hongluu92/research-kit --skill prototypingKopieren Sie diesen Befehl und fügen Sie ihn in Claude Code ein, um den Skill zu installieren
Methodologies for rapidly building software proofs-of-concept
npx skills add https://github.com/hongluu92/research-kit --skill prototypingKopieren Sie diesen Befehl und fügen Sie ihn in Claude Code ein, um den Skill zu installieren
| name | prototyping |
| description | Methodologies for rapidly building software proofs-of-concept |
"Make it work, then make it right, then make it fast." - Kent Beck
All prototypes should live in a results/demos/ directory in the root.
results/[YYYY-MM-DD]-[Topic]/demo/
├── demo_name/
│ ├── app.py (entry point)
│ ├── requirements.txt
│ └── README.md
app.py is often enough.pip install -r requirements.txt && streamlit run app.py).Autonomous task execution cycle: Plan -> Research -> Prototype -> Evaluate -> Report
Writing engaging yet rigorous academic text and generating reports
Techniques for querying academic databases (ArXiv, Semantic Scholar, PubMed) and code repositories (GitHub)
Standards for academic citation and findings connected papers
Standards for version control, commit messages, and branching strategy
Management of local knowledge, embeddings, and information retrieval (RAG)