init: add gitignore and final-answer skill

This commit is contained in:
Chengdong Zhang
2026-06-26 12:23:00 +08:00
commit 1fd9a31142
2 changed files with 38 additions and 0 deletions

22
.gitignore vendored Normal file
View File

@@ -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

View File

@@ -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**