Initial commit with translated description

This commit is contained in:
2026-03-29 14:34:45 +08:00
commit 9d94771744
7 changed files with 1592 additions and 0 deletions

11
package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "@ai-labs-claude-skills/research-paper-writer",
"version": "1.0.0",
"description": "Claude AI skill: research-paper-writer",
"main": "index.js",
"files": [
"."
],
"license": "MIT",
"author": "AI Labs"
}