Skip to main content
AI-Riksarkivet
ملف منشئ GitHub

AI-Riksarkivet

عرض على مستوى المستودعات لـ ٥٧ skills مجمعة عبر ٦ مستودعات GitHub.

skills مجمعة
٥٧
مستودعات
٦
محدث
٣٠ أغسطس ٢٠٢٦
خريطة المستودعات

أين توجد skills

أهم المستودعات حسب عدد skills المجمعة، مع حصتها من كتالوج هذا المنشئ وانتشارها المهني.

مستكشف المستودعات

المستودعات و skills الممثلة

archive-search
مطوّرو البرمجيات

How to query the Riksarkivet search tools — load BEFORE calling search_transcribed or search_metadata. Picks the right tool and builds queries with the fuzzy, wildcard, and old-Swedish-spelling tactics that AI transcription errors demand. Use when the user…

٢٤ يوليو ٢٠٢٦
add-mcp-package
مطوّرو البرمجيات

Scaffold a new MCP workspace package under packages/. Covers directory structure, pyproject.toml, tools.py, server.py, tool registration, formatter, __init__.py, tests, root server wiring, and uv sync. Use when: add new MCP package, new workspace, new tool…

٥ يوليو ٢٠٢٦
add-app-to-server
مطوّرو البرمجيات

This skill should be used when the user asks to "add an app to my MCP server", "add UI to my MCP server", "add a view to my MCP tool", "enrich MCP tools with UI", "add interactive UI to existing server", "add MCP Apps to my server", or needs to add…

٤ يوليو ٢٠٢٦
convert-web-app
مطوّرو البرمجيات

This skill should be used when the user asks to "add MCP App support to my web app", "turn my web app into a hybrid MCP App", "make my web page work as an MCP App too", "wrap my existing UI as an MCP App", "convert iframe embed to MCP App", "turn my SPA into…

٤ يوليو ٢٠٢٦
python-design-pattern
مطوّرو البرمجيات

Python design patterns and anti-patterns. Use when designing new components, refactoring, reviewing code for common mistakes, choosing abstractions, or evaluating pull requests for structural issues like tight coupling, leaking internal types, or error…

٤ يوليو ٢٠٢٦
python-type-safety
مطوّرو البرمجيات

Modern Python type safety with type hints, generics, protocols, and strict type checking using ty and ruff. Use when adding type annotations, implementing generic classes, defining structural interfaces, configuring ty/ruff, or writing type-safe Python…

٤ يوليو ٢٠٢٦
ra-mcp-apps
مطوّرو البرمجيات

MCP Apps guide: FastMCP 3.4+ server, Svelte 5 view, tool visibility, polling, sizing, fullscreen, view persistence. Use for any MCP App/UI work.

٤ يوليو ٢٠٢٦
testing-python
محللو ضمان جودة البرمجيات والمختبرون

Write and evaluate effective Python tests using pytest. Use when writing tests, reviewing test code, debugging test failures, or improving test coverage. Covers test design, fixtures, parameterization, mocking, async testing, and CI integration.

٤ يوليو ٢٠٢٦
عرض 8 من أصل ١٨ skills مجمعة.
dagger
مطوّرو البرمجيات

Write Dagger modules and functions in Go — CI/CD pipelines and container builds as typed, composable code that runs identically locally and in CI. Use when the user mentions dagger (module, shell, Daggerverse, dagger.json, Dagger Cloud) or code uses dag.*…

٢ يوليو ٢٠٢٦
fastapi
مطوّرو البرمجيات

FastAPI best practices, conventions, and production project templates. Use when writing, reviewing, or refactoring FastAPI or Pydantic API code, when scaffolding a new FastAPI project, or when building any new Python HTTP/REST service (FastAPI is the house…

٢ يوليو ٢٠٢٦
otel
مطوّرو البرمجيات

OpenTelemetry for Python services in this project — SDK setup, auto-instrumentation, custom spans/metrics/logs, semantic conventions, and the Collector pipeline that consumes the data. Use when instrumenting a Python service with traces/metrics/logs, picking…

٢ يوليو ٢٠٢٦
python-infrastructure
مطوّرو البرمجيات

Python system-reliability patterns for this project's services. Use when queueing tasks or building async workers (NATS JetStream / nats-py), designing durable multi-step workflows that must survive crashes (Dapr Workflow / dapr-ext-workflow), handling…

٢ يوليو ٢٠٢٦
writing-python
مطوّرو البرمجيات

Idiomatic Python 3.14+, Pydantic-first (not dataclasses), uv/ruff/ty toolchain. Use when writing or reviewing Python code — style, typing, design patterns, anti-patterns, error handling, resources, config, CLI, testing — or establishing project conventions.…

٢ يوليو ٢٠٢٦
architecture-diagram
مطوّرو الويب

Build architecture diagrams for the rask / Riksarkivet platform as a single self-contained HTML file — two modes from one skill. (1) INTERACTIVE click-through diagrams: animated step-by-step data flows, mode toggles (dev/prod · local/cloud · v1/v2), a side…

٢٥ يونيو ٢٠٢٦
gsap
مطوّرو البرمجيات

GSAP (GreenSock) animation for the rask frontend — biased to SvelteKit 2 + Svelte 5 (runes). Covers tweens, timelines, easing, stagger, ScrollTrigger (scroll-driven animation, parallax, pinning, scrub, batch) and the now-free plugins (SplitText, Flip,…

٢٥ يونيو ٢٠٢٦
svelte-flow
مطوّرو الويب

Svelte Flow (@xyflow/svelte) — node-based UI / flow-graph / diagram editors for the rask SvelteKit frontend, biased to SvelteKit 2 + Svelte 5 (runes). Covers the <SvelteFlow /> component, nodes & edges, handles, custom nodes and custom edges, the built-in…

٢٥ يونيو ٢٠٢٦
عرض 8 من أصل ١٣ skills مجمعة.
typescript-best-practices
مطوّرو البرمجيات

Write idiomatic TypeScript patterns for clean, maintainable code. Use when writing or refactoring TypeScript classes, functions, modules, or async logic.

٢٤ يونيو ٢٠٢٦
typescript-language
مطوّرو البرمجيات

Apply modern TypeScript standards for type safety and maintainability. Use when working with types, interfaces, generics, enums, unions, or tsconfig settings.

٢٤ يونيو ٢٠٢٦
typescript-security
محللو أمن المعلومات

Validate input, secure auth tokens, and prevent injection attacks in TypeScript. Use when validating input, handling auth tokens, sanitizing data, or managing secrets and sensitive configuration.

٢٤ يونيو ٢٠٢٦
typescript-tooling
مطوّرو البرمجيات

Development tools, linting, and build config for TypeScript. Use when configuring ESLint, Prettier, Jest, Vitest, tsconfig, or any TS build tooling.

٢٤ يونيو ٢٠٢٦
apache-arrow-js
مطوّرو البرمجيات

This skill should be used when working with Apache Arrow in JavaScript/TypeScript — Table, Vector, Schema, IPC serialization, columnar data, RecordBatch, Flight SQL, Flechette, Arquero, Mosaic, DuckDB-WASM, or imports from 'apache-arrow', '@uwdata/flechette',…

٢٤ مارس ٢٠٢٦
effect-ts-sveltekit-expert
مطوّرو البرمجيات

This skill should be used when the user is working with Effect-TS, asks to "write Effect code", "use Effect", "functional TypeScript", "handle errors with Effect", "dependency injection Effect", "Effect Layer", "Effect Schema", or needs expert-level guidance…

٢٤ مارس ٢٠٢٦
building-pixijs
مطوّرو البرمجيات

PixiJS v8 + Svelte 5/SvelteKit 2 for 2D graphics: rendering, Graphics API, events, filters, viewport pan/zoom, @pixi/layout, @pixi/ui, performance optimization. For document viewers, annotation tools, data visualization.

٢٣ مارس ٢٠٢٦
building-with-dagger
مطوّرو البرمجيات

Write Dagger modules and functions in Go for container builds, CI/CD pipelines, and workflow automation. Use when: dagger, dagger module, dagger function, dagger call, dagger shell, dagger init, CI/CD pipeline as code, container build with dagger, publish…

٢٣ مارس ٢٠٢٦
عرض 8 من أصل ١٣ skills مجمعة.
rask-services-fleet
غير مصنف

Gateway (:8888) routing across the rask backend fleet — which service owns an `/api/*` prefix, plus ports and `RASK_*_URL` overrides for compute, controlplane, ingest and the explorer trio (viewer/search/annotator). Use when an `/api/*` call returns `404 no…

٣٠ أغسطس ٢٠٢٦
rask-architecture
غير مصنف

Where new code belongs in the rask workspace: the language-pure planes (Python `packages/` + `services/`, the `frontend/` bun+turbo root, sealed `runners/`) and the entrypoint contract (`make_service_app` + injectable lifespan). Use when adding, moving or…

٣٠ أغسطس ٢٠٢٦
rask-lance-catalog
غير مصنف

The Lance catalog and the governance layer above it — the Lance Namespace spec (54 ops, the 24-code problem+json error model, the `POST /v1/<object>/{id}/<action>` route grammar) and rask's own `project > warehouse > namespace > table` hierarchy: the guards,…

٣٠ أغسطس ٢٠٢٦
rask-frontend
غير مصنف

Zones, routes, navbars, data-fetching and gates in rask's `frontend/` plane — seven SvelteKit 2 + Svelte 5 microfrontends on a Turborepo proxy, remote functions vs the Arrow/binary BFF, `@rask/dockview` workbenches, oxlint/oxfmt/zone-contract/Playwright. Use…

٢٩ أغسطس ٢٠٢٦
rask-notifications
غير مصنف

How a feature gets a person told — the targeted inbox behind the estate's bell. The six targeting sources (AUTHOR/ORIGINATOR/WATCH/GRANT_ADDED/GRANT_REVOKED/TASK_ASSIGNED+TASK_UNASSIGNED), the producer contract for the lineage and control lanes, and the four…

٢٩ أغسطس ٢٠٢٦
rask-dapr
غير مصنف

Dapr in rask: which of the 12 building blocks this estate uses (7) and why, which it deliberately does not (5) with the recorded rulings, and the component-vs-DIY rubric — when a Dapr component is the answer and when hand-rolling is justified. Use when adding…

٢٨ أغسطس ٢٠٢٦
rask-styling
مصممو واجهات الويب والرقمية

Styling, theming and design-system work in the rask frontend — OKLCH tokens, Tailwind 4 `@source`, `tv()` + `cn()`, `data-slot`, dark mode, the legacy `--ink/--line` bridge, export subpaths, Storybook, and vendor stylesheets themed through `layer(base)`. Use…

١٦ أغسطس ٢٠٢٦
openfga
مطوّرو البرمجيات

OpenFGA authorization modeling best practices for defining types and relations, writing relationship tuples, deriving can_* permissions, applying type restrictions and usersets, and authoring .fga.yaml check/list_objects/list_users tests. Use when authoring,…

١٥ أغسطس ٢٠٢٦
عرض ٦ من أصل ٦ مستودعات
تم تحميل كل المستودعات