|
5 | 5 | > **New: [K-Dense BYOK](https://github.com/K-Dense-AI/k-dense-byok)** — A free, open-source AI co-scientist that runs on your desktop, powered by Scientific Agent Skills. Bring your own API keys, pick from 40+ models, and get a full research workspace with web search, file handling, 100+ scientific databases, and access to all 138 skills in this repo. Your data stays on your computer, and you can optionally scale to cloud compute via [Modal](https://modal.com/) for heavy workloads. [Get started here.](https://github.com/K-Dense-AI/k-dense-byok) |
6 | 6 |
|
7 | 7 | [](LICENSE.md) |
8 | | -[](#whats-included) |
9 | | -[](#whats-included) |
| 8 | +[](#-whats-included) |
| 9 | +[](#-whats-included) |
10 | 10 | [](https://agentskills.io/) |
11 | | -[](#getting-started) |
| 11 | +[](#-getting-started) |
12 | 12 | [](https://x.com/k_dense_ai) |
13 | 13 | [](https://www.linkedin.com/company/k-dense-inc) |
14 | 14 | [](https://www.youtube.com/@K-Dense-Inc) |
@@ -65,21 +65,21 @@ Each skill includes: |
65 | 65 |
|
66 | 66 | ## 📋 Table of Contents |
67 | 67 |
|
68 | | -- [What's Included](#whats-included) |
69 | | -- [Why Use This?](#why-use-this) |
70 | | -- [Getting Started](#getting-started) |
71 | | -- [Security Disclaimer](#-security-disclaimer) |
72 | | -- [Support Open Source](#-support-the-open-source-community) |
73 | | -- [Prerequisites](#prerequisites) |
74 | | -- [Quick Examples](#quick-examples) |
75 | | -- [Use Cases](#use-cases) |
76 | | -- [Available Skills](#available-skills) |
77 | | -- [Contributing](#contributing) |
78 | | -- [Troubleshooting](#troubleshooting) |
79 | | -- [FAQ](#faq) |
80 | | -- [Support](#support) |
81 | | -- [Citation](#citation) |
82 | | -- [License](#license) |
| 68 | +- [What's Included](#-whats-included) |
| 69 | +- [Why Use This?](#-why-use-this) |
| 70 | +- [Getting Started](#-getting-started) |
| 71 | +- [Security Disclaimer](#%EF%B8%8F-security-disclaimer) |
| 72 | +- [Support Open Source](#%EF%B8%8F-support-the-open-source-community) |
| 73 | +- [Prerequisites](#%EF%B8%8F-prerequisites) |
| 74 | +- [Quick Examples](#-quick-examples) |
| 75 | +- [Use Cases](#-use-cases) |
| 76 | +- [Available Skills](#-available-skills) |
| 77 | +- [Contributing](#-contributing) |
| 78 | +- [Troubleshooting](#-troubleshooting) |
| 79 | +- [FAQ](#-faq) |
| 80 | +- [Support](#-support) |
| 81 | +- [Citation](#-citation) |
| 82 | +- [License](#-license) |
83 | 83 |
|
84 | 84 | --- |
85 | 85 |
|
@@ -635,7 +635,7 @@ This project builds on 50+ amazing open source projects. If you find value in th |
635 | 635 | ### Common Issues |
636 | 636 |
|
637 | 637 | **Problem: Skills not loading** |
638 | | -- Verify skill folders are in the correct directory (see [Getting Started](#getting-started)) |
| 638 | +- Verify skill folders are in the correct directory (see [Getting Started](#-getting-started)) |
639 | 639 | - Each skill folder must contain a `SKILL.md` file |
640 | 640 | - Restart your agent/IDE after copying skills |
641 | 641 | - In Cursor, check Settings → Rules to confirm skills are discovered |
@@ -686,15 +686,15 @@ A: The skills follow the open [Agent Skills](https://agentskills.io/) standard a |
686 | 686 | A: No! Only install the packages you need. Each skill specifies its requirements in its `SKILL.md` file. |
687 | 687 |
|
688 | 688 | **Q: What if a skill doesn't work?** |
689 | | -A: First check the [Troubleshooting](#troubleshooting) section. If the issue persists, file an issue on GitHub with detailed reproduction steps. |
| 689 | +A: First check the [Troubleshooting](#-troubleshooting) section. If the issue persists, file an issue on GitHub with detailed reproduction steps. |
690 | 690 |
|
691 | 691 | **Q: Do the skills work offline?** |
692 | 692 | A: Database skills require internet access to query APIs. Package skills work offline once Python dependencies are installed. |
693 | 693 |
|
694 | 694 | ### Contributing |
695 | 695 |
|
696 | 696 | **Q: Can I contribute my own skills?** |
697 | | -A: Absolutely! We welcome contributions. See the [Contributing](#contributing) section for guidelines and best practices. |
| 697 | +A: Absolutely! We welcome contributions. See the [Contributing](#-contributing) section for guidelines and best practices. |
698 | 698 |
|
699 | 699 | **Q: How do I report bugs or suggest features?** |
700 | 700 | A: Open an issue on GitHub with a clear description. For bugs, include reproduction steps and expected vs actual behavior. |
|
0 commit comments