Skip to main content
GitHub 저장소

narai-primitives

narai-primitives에는 narailabs에서 수집한 skills 12개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
12
Stars
10
업데이트
2026-07-03
Forks
0
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

confluence-connector
소프트웨어 개발자

Use when the user asks about Confluence content or wants to create, update, or delete Confluence pages and comments — CQL search, page retrieval, space metadata, comments, attachments, or any write operation on pages. Supports both read and write surfaces; every action passes the policy gate before any network call is made: read actions succeed by default, write and delete actions escalate by default, privilege actions are hard-denied.

2026-07-03
jira-connector
소프트웨어 개발자

Use when the user asks about Jira data or wants to create, update, or delete Jira content — JQL search, issue details, project metadata, comments, attachments, status transitions, or any write operation on issues and comments. Supports both read and write surfaces; every action passes the policy gate before any network call is made: read actions succeed by default, write and delete actions escalate by default, privilege actions are hard-denied.

2026-07-03
gcp-connector
네트워크·컴퓨터 시스템 관리자

Use when the user asks about read-only GCP inventory — Cloud Run services, Cloud SQL instances, Pub/Sub topics, or Cloud Logging entries. Queries are scoped to a single GCP project. Never modifies GCP resources.

2026-07-03
gitlab-connector
소프트웨어 개발자

Use when the user asks about GitLab data or wants to act on GitLab — project info, code search, issue/MR/release/pipeline inspection, or any write that creates, updates, closes, or deletes an MR, issue, note, or release; merging MRs (admin); and managing CI pipeline runs (retry / cancel / trigger / play_job).

2026-05-12
create-connector
소프트웨어 개발자

Use this skill whenever the user wants to add a new agent connector to their @narai connectors workspace — wrapping a SaaS API, REST endpoint, GraphQL endpoint, SDK, or CLI tool into the canonical @narai connector shape (CLI + library + Claude Code plugin). Trigger even if the user doesn't say "connector" explicitly: phrases like "I want to query Stripe from Claude", "add Slack to our agents", "wrap our internal orders API", "connect Salesforce", "I have a GraphQL endpoint we need exposed", "make a Linear agent" all warrant this skill. Walks the user through identity, auth, and action-surface questions, then scaffolds the package, plugin layer, and tests by stamping out canonical templates and generating per-connector code. Do NOT use for: modifying existing connectors (just edit the file), wrapping MCP servers (different abstraction), or querying databases (db-agent-connector already covers postgres/mysql/sqlite/mssql/mongodb/dynamodb/oracle).

2026-05-11
aws-connector
소프트웨어 개발자

Use when the user asks about read-only AWS inventory — Lambda functions, RDS databases, S3 buckets, or CloudWatch metrics in an AWS account. Queries are scoped to a single region (except list_buckets, which is account-wide). Never modifies AWS resources.

2026-05-11
connector-creator
소프트웨어 개발자

Use this skill when the user wants to add a custom connector to their project — wrapping a SaaS API, REST endpoint, GraphQL endpoint, SDK, or CLI tool so Claude can call it via `gather()` from `narai-primitives`. Trigger even when the user doesn't say "connector" explicitly: phrases like "I want to query Stripe from Claude", "add Slack to our agents", "wrap our internal orders API", "connect Salesforce", "make a Linear agent" all warrant this skill. Also triggers for: "gate kubectl in prod", "approve before force push", "pull from Linear, summarize, post to Slack", "document this workflow". Scaffolds a minimal local connector at `.connectors/connectors/<name>/` (project scope, default) or `~/.connectors/connectors/<name>/` (user scope) — no `git init`, no `npm publish`, no plugin manifest, no marketplace entry. Do NOT use for: modifying an existing connector (just edit the file), wrapping an MCP server (different abstraction), querying databases (the `db` connector inside narai-primitives already covers postg

2026-05-11
db-connector
데이터베이스 아키텍트

Use when the user asks about reading data from a database — SELECT queries, schema introspection, "show me the rows/tables/columns…". Supports PostgreSQL, MySQL, SQLite, SQL Server, MongoDB, DynamoDB, and Oracle via pluggable drivers. Every statement passes the policy gate BEFORE any driver loads or any connection opens: write statements escalate, delete and admin statements return formatted SQL without executing, privilege statements are hard-denied.

2026-05-11
github-connector
소프트웨어 개발자

Use when the user asks about GitHub data or wants to act on GitHub — repository info, code search, issue/PR/release/workflow inspection, or any write that creates, updates, closes, or deletes a PR, issue, comment, or release; merging PRs (admin); and managing Actions workflow runs (rerun / cancel / dispatch).

2026-05-11
linear-connector
소프트웨어 개발자

Use when the user asks about Linear data or wants to create, update, or archive Linear content — issue search, issue details, project metadata, comments, attachment links, or any write operation on issues and comments. Supports both read and write surfaces; every action passes the policy gate before any network call is made: read actions succeed by default, write and delete actions escalate by default, privilege actions are hard-denied.

2026-05-11
notion-connector
소프트웨어 개발자

Use when the user asks about Notion workspace content or wants to create, update, or archive Notion pages, blocks, and database entries — workspace search, page retrieval, database schema, database queries, comments, block-level attachments, or any write operation on pages and blocks. Supports both read and write surfaces; every action passes the policy gate before any network call is made: read actions succeed by default, write and delete actions escalate by default, privilege actions are hard-denied.

2026-05-11
connector-hub
소프트웨어 개발자

Use when the user wants to gather context across multiple read-only connectors (jira, github, db, notion, ...) from a single natural-language prompt. The hub plans + dispatches connector calls in parallel.

2026-04-28