@zibby/skills 0.1.42 → 0.1.43

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
@@ -17,7 +17,6 @@ export namespace SKILLS {
17
17
  let SKILL_INSTALLER: string;
18
18
  let CORE_TOOLS: string;
19
19
  let CHAT_MEMORY: string;
20
- let REVIEW_MEMORY: string;
21
20
  let KV_MEMORY: string;
22
21
  let WORKFLOW_BUILDER: string;
23
22
  let OPENAI_BILLING: string;
@@ -39,13 +38,12 @@ import { chatNotifySkill } from './chat-notify.js';
39
38
  import { sentrySkill } from './sentry.js';
40
39
  import { memorySkill } from './memory.js';
41
40
  import { chatMemorySkill } from './chat-memory.js';
42
- import { reviewMemorySkill } from './reviewMemory.js';
43
41
  import { kvMemorySkill } from './kvMemory.js';
44
42
  import { testRunnerSkill } from './test-runner.js';
45
43
  import { skillInstallerSkill } from './skill-installer.js';
46
44
  import { coreToolsSkill } from './core-tools.js';
47
45
  import { workflowBuilderSkill } from './workflow-builder.js';
48
- export { browserSkill, jiraSkill, githubSkill, gitlabSkill, figmaSkill, linearSkill, planeSkill, gitSkill, slackSkill, larkSkill, notionSkill, chatNotifySkill, sentrySkill, memorySkill, chatMemorySkill, reviewMemorySkill, kvMemorySkill, testRunnerSkill, testRunnerSkill as runnerSkill, skillInstallerSkill, coreToolsSkill, workflowBuilderSkill };
46
+ export { browserSkill, jiraSkill, githubSkill, gitlabSkill, figmaSkill, linearSkill, planeSkill, gitSkill, slackSkill, larkSkill, notionSkill, chatNotifySkill, sentrySkill, memorySkill, chatMemorySkill, kvMemorySkill, testRunnerSkill, testRunnerSkill as runnerSkill, skillInstallerSkill, coreToolsSkill, workflowBuilderSkill };
49
47
  export { openaiBillingSkill, anthropicBillingSkill, cursorAdminSkill, fetchOpenAICosts, fetchOpenAIProjects, fetchAnthropicCosts, fetchAnthropicWorkspaces, fetchCursorSpend, fetchAllProviders, groupByKey, meanStddev } from "./llm-billing.js";
50
48
  export { reportObjectSchema, reportToBlockKit, reportToLarkCard, SEVERITIES as REPORT_SEVERITIES } from "./report.js";
51
49
  export { skill, functionSkill } from "./function-skill.js";