@zibby/skills 0.1.77 → 0.1.78

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -1,42 +1,4 @@
1
- export namespace SKILLS {
2
- let BROWSER: string;
3
- let JIRA: string;
4
- let GITHUB: string;
5
- let GITLAB: string;
6
- let FIGMA: string;
7
- let LINEAR: string;
8
- let PLANE: string;
9
- let OPEN_DESIGN: string;
10
- let GIT: string;
11
- let GIT_WRITE: string;
12
- let SLACK: string;
13
- let LARK: string;
14
- let DISCORD: string;
15
- let NOTION: string;
16
- let GOOGLE_DOCS: string;
17
- let LARK_DOCS: string;
18
- let DOC_SOURCE: string;
19
- let LINKEDIN: string;
20
- let CHAT_NOTIFY: string;
21
- let SENTRY: string;
22
- let MEMORY: string;
23
- let RUNNER: string;
24
- let SKILL_INSTALLER: string;
25
- let CORE_TOOLS: string;
26
- let CHAT_MEMORY: string;
27
- let KV_MEMORY: string;
28
- let DATASET_STORE: string;
29
- let CHART_RENDER: string;
30
- let SOCIAL_CARD: string;
31
- let CODE_SCAN: string;
32
- let CODEBASE_MEMORY: string;
33
- let WORKFLOW_BUILDER: string;
34
- let OPENAI_BILLING: string;
35
- let ANTHROPIC_BILLING: string;
36
- let CURSOR_ADMIN: string;
37
- let CIRCLECI: string;
38
- let TRIGGER_AGENT: string;
39
- }
1
+ export { SKILL_IDS as SKILLS } from "@zibby/skill-ids";
40
2
  import { browserSkill } from './browser.js';
41
3
  import { jiraSkill } from './jira.js';
42
4
  import { githubSkill } from './github.js';