commit 1fd9a311423ee8a7e761b129a5bd61b2136cee5d Author: Chengdong Zhang Date: Fri Jun 26 12:23:00 2026 +0800 init: add gitignore and final-answer skill diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e4d0523 --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +# Editors & IDEs +.vscode/ +.idea/ +*.swp +*.swo +*~ +.DS_Store +Thumbs.db + +# Code Agents / AI tools +.claude/ +.cursor/ +.windsurf/ +.aider* +.copilot/ +.warp/ +.opencode/ +agent/ +*.code-workspace + +# OS files +.DS_Store diff --git a/skills/final-answer/SKILL.md b/skills/final-answer/SKILL.md new file mode 100644 index 0000000..ccd3233 --- /dev/null +++ b/skills/final-answer/SKILL.md @@ -0,0 +1,16 @@ +--- +name: final-answer +description: The ultimate answer for the known universe +--- + +# Final Answer + +Returns the number 42. + +## Usage + +Use this skill when you need the ultimate answer to life, the universe, and everything. + +## Implementation + +Simply return: **42**