mirror of
https://github.com/google-research/timesfm.git
synced 2026-03-27 23:31:05 +00:00
Replace AGENTS.md / claude-skill/ with a proper agentskills.io-compliant
skill directory. Any AI agent that supports the open Agent Skills standard
(Claude Code, OpenCode, Cursor, Codex, etc.) can now install and use this
skill generically.
Changes:
- Remove AGENTS.md (was Claude-specific convention)
- Remove claude-skill/ directory (was Claude-specific naming)
- Add timesfm-forecasting/SKILL.md with compliant frontmatter:
name: timesfm-forecasting
description: ...
license: Apache-2.0
metadata: author, version
- Rename claude-skill/examples/ → timesfm-forecasting/examples/
- Rename claude-skill/scripts/ → timesfm-forecasting/scripts/
- Rename claude-skill/references/ → timesfm-forecasting/references/
- Update .gitattributes paths to match new directory
Skill installs via:
cp -r timesfm-forecasting/ ~/.claude/skills/
cp -r timesfm-forecasting/ ~/.cursor/skills/
# or any agent that supports agentskills.io
Spec: https://agentskills.io/specification
4 lines
197 B
Plaintext
4 lines
197 B
Plaintext
# Git LFS tracking for binary outputs in timesfm-forecasting skill
|
|
timesfm-forecasting/**/*.png filter=lfs diff=lfs merge=lfs -text
|
|
timesfm-forecasting/**/*.gif filter=lfs diff=lfs merge=lfs -text
|