chore(skill): scaffold molecule and atom files

This commit is contained in:
Research Assistant 2026-05-19 14:46:53 +08:00
parent 805594d98e
commit b6fc6d4470
11 changed files with 33 additions and 0 deletions

View file

@ -0,0 +1,3 @@
# clarify-user-intent
Clarify the user's intent before dispatching to a skill workflow.

View file

@ -0,0 +1,3 @@
# extract-methodology-card
Extract a structured methodology card from a paper.

View file

@ -0,0 +1,3 @@
# retrieval-routing
Route between vector and memory retrievers based on query type.

View file

@ -0,0 +1,3 @@
# write-project-log
Write a general project log entry.

View file

@ -0,0 +1,3 @@
# write-project-reading-log
Write a formatted reading log entry to the project README.

View file

@ -0,0 +1,3 @@
# write-reading-log-jsonl
Append a structured reading entry to the JSONL reading log.

View file

@ -0,0 +1,3 @@
# capture-project-knowledge
Capture and persist knowledge gained from reading into project memory.

View file

@ -0,0 +1,3 @@
# deep-analyze-paper
Perform deep structural and methodological analysis of a paper.

View file

@ -0,0 +1,3 @@
# discover-papers
Search for and discover new papers relevant to the project.

View file

@ -0,0 +1,3 @@
# find-supporting-evidence
Find evidence to support a specific claim or question.

View file

@ -0,0 +1,3 @@
# read-known-paper
Locate and interactively read a single known paper.