mirror of
https://github.com/lllin000/PaperForge.git
synced 2026-07-22 06:50:53 +00:00
chore(skill): scaffold molecule and atom files
This commit is contained in:
parent
805594d98e
commit
b6fc6d4470
11 changed files with 33 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
# clarify-user-intent
|
||||
|
||||
Clarify the user's intent before dispatching to a skill workflow.
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
# extract-methodology-card
|
||||
|
||||
Extract a structured methodology card from a paper.
|
||||
3
paperforge/skills/paperforge/atoms/retrieval-routing.md
Normal file
3
paperforge/skills/paperforge/atoms/retrieval-routing.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# retrieval-routing
|
||||
|
||||
Route between vector and memory retrievers based on query type.
|
||||
3
paperforge/skills/paperforge/atoms/write-project-log.md
Normal file
3
paperforge/skills/paperforge/atoms/write-project-log.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# write-project-log
|
||||
|
||||
Write a general project log entry.
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
# write-project-reading-log
|
||||
|
||||
Write a formatted reading log entry to the project README.
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
# write-reading-log-jsonl
|
||||
|
||||
Append a structured reading entry to the JSONL reading log.
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
# capture-project-knowledge
|
||||
|
||||
Capture and persist knowledge gained from reading into project memory.
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
# deep-analyze-paper
|
||||
|
||||
Perform deep structural and methodological analysis of a paper.
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
# discover-papers
|
||||
|
||||
Search for and discover new papers relevant to the project.
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
# find-supporting-evidence
|
||||
|
||||
Find evidence to support a specific claim or question.
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
# read-known-paper
|
||||
|
||||
Locate and interactively read a single known paper.
|
||||
Loading…
Reference in a new issue