10 Commits

Author SHA1 Message Date
DKP e0f9f87153 Merge pull request #8 from triggerdotdev/chore/mirror-full-sdk-skills
chore: mirror full SDK skill guides to skills.sh with auto-sync
2026-08-12 13:07:42 +01:00
D-K-P 354e38cd55 chore: mirror full SDK skill guides to skills.sh with auto-sync
Rework the skills.sh marketing mirror so it stays useful and hands-off.

- Source the full standalone guides from packages/trigger-sdk/skills
  instead of the thin pointer skills in packages/cli-v3/skills (those only
  make sense next to an installed SDK, so they were near-useless on
  skills.sh). trigger-getting-started stays sourced from cli-v3 (it runs
  before the SDK is installed).
- Auto-publish every skill under a sourced directory; sync-map.json now
  only carries renames used to preserve skills.sh install history
  (trigger-setup/tasks/realtime keep their established names/counters).
- Drop trigger-config and trigger-agents (no upstream equivalent); add
  trigger-authoring-chat-agent and trigger-chat-agent-advanced.
- Resolve the {{TRIGGER_SDK_VERSION}} placeholder from the SDK package.json.
- Auto-generate the README skill list from frontmatter.
- Sync monthly + workflow_dispatch + repository_dispatch into a single
  standing PR; never pushes to main.
2026-08-12 12:36:34 +01:00
DKP 793fc43cb1 Merge pull request #7 from triggerdotdev/chore/sync-from-monorepo
chore: add workflow to sync skills from trigger.dev monorepo
2026-06-15 12:16:43 +01:00
D-K-P a0f22b99ad Avoid the on-the-hour-thundering-herd 2026-06-15 12:14:37 +01:00
D-K-P 3b645690d8 chore: add workflow to sync skills from trigger.dev monorepo
Weekly cron + manual dispatch. Clones triggerdotdev/trigger.dev with
sparse-checkout, copies skills listed in sync-map.json under their
public slugs, and opens or updates a PR. Uses the default GITHUB_TOKEN;
no PAT required.
2026-06-11 17:23:25 +01:00
Oskar Otwinowski 81d86fe736 Merge pull request #2 from triggerdotdev/oskar/feat-cost-savings-skill
feat(skill): Add skill to find cost saving opportunities
2026-03-03 17:13:13 +01:00
Oskar Otwinowski a7539e0349 feat(skill): Add skill to find cost saving opportunities 2026-03-03 16:59:11 +01:00
DKP d0b4ede618 Merge pull request #1 from triggerdotdev/namespace-skills-trigger-prefix
Update skills to use ‘trigger-‘ prefix
2026-01-28 12:20:40 +00:00
D-K-P 719099668b Namespace skills with trigger- prefix
Rename all skills to avoid clashes with other skill providers:
- setup → trigger-setup
- tasks → trigger-tasks
- config → trigger-config
- agents → trigger-agents
- realtime → trigger-realtime

Updates folder names, SKILL.md name fields, README, and AGENTS.md.
2026-01-28 12:18:28 +00:00
D-K-P 791b454b80 Added trigger skills 2026-01-26 17:49:58 +00:00