raison-sdk
Raison SDK
Raison is a prompt management platform. Prompts live in the dashboard at raison.ist with full version history and are delivered to applications via real-time WebSocket sync — no redeployments needed when prompts change.
Key concepts: Organization → Project → Agent → Prompt. Each project has Development/Staging/Production environments, each with its own rsn_ API key.
Installation
npm install raison
Connect and Use
import { Raison } from "raison";
const raison = new Raison({ apiKey: process.env.RAISON_API_KEY }); // rsn_...
More from aksuharun/skills
lucide-icons
Use Lucide icons correctly across any framework or environment. Lucide is a tree-shakeable SVG icon library with 1000+ icons. Use this skill when working with Lucide icons in React, Vue, Svelte, Solid, Preact, Angular, Astro, React Native, Vanilla JS, or static/server-side environments. Triggers include installing lucide icons, importing lucide components, customizing icon appearance, using dynamic icons, or using Lucide lab custom icons.
99git-best-practices
Git best practices for commit messages and branch workflow. Use when writing or reviewing commit messages, advising on branching, merging, rebasing, PRs, or keeping a clean linear history.
12readme-creator
Creates high-quality, standardized README.md files for software projects suitable for open-source repositories. Use when asked to create or update a README.
11reka-ui
Use when building accessible Vue.js interfaces with Reka UI (Radix Vue).
10