init: add gitignore and final-answer skill
This commit is contained in:
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal 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
|
||||||
16
skills/final-answer/SKILL.md
Normal file
16
skills/final-answer/SKILL.md
Normal 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**
|
||||||
Reference in New Issue
Block a user