Skip to main content
NPC-Worldwide
ملف منشئ GitHub

NPC-Worldwide

عرض على مستوى المستودعات لـ ١٨ skills مجمعة عبر ٣ مستودعات GitHub.

skills مجمعة
١٨
مستودعات
٣
محدث
٢٨ يوليو ٢٠٢٦
مستكشف المستودعات

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

bar-plot
علماء البيانات

Create a bar chart using chroptiks.bar.plot and save it to a file. Accepts x positions and heights as JSON.

٢٨ يوليو ٢٠٢٦
hist1d-plot
علماء البيانات

Create a 1D histogram using chroptiks.hist1d.plot and save it to a file. Accepts data as a JSON array and plotting kwargs as a JSON object.

٢٨ يوليو ٢٠٢٦
hist2d-plot
علماء البيانات

Create a 2D histogram using chroptiks.hist2d.plot and save it to a file. Accepts x and y arrays plus optional color-code array as JSON.

٢٨ يوليو ٢٠٢٦
plot3d
علماء البيانات

Create a 3D scatter plot using chroptiks.p3d.plot and save it to a file. Accepts x, y, z arrays as JSON. Note that p3d.plot normally calls plt.show(); this jinx suppresses display and saves instead.

٢٨ يوليو ٢٠٢٦
quick-summary-plot
علماء البيانات

Given data columns, automatically pick a sensible chroptiks plot (1D histogram, 2D histogram, or scatter) and save it. Useful when the user just says "plot this data".

٢٨ يوليو ٢٠٢٦
savefig
علماء البيانات

Save the current matplotlib figure to a file path with chroptiks defaults (png, 250 dpi, tight bounding box). Returns the absolute path.

٢٨ يوليو ٢٠٢٦
scatter-plot
علماء البيانات

Create a scatter plot using chroptiks.scat.plot and save it to a file. Accepts x and y arrays plus optional color-code array as JSON.

٢٨ يوليو ٢٠٢٦
style-defaults
علماء البيانات

Apply the bundled chroptiks matplotlib style and return a summary of active rc settings. Useful when an agent wants to reset or inspect the plotting style.

٢٨ يوليو ٢٠٢٦
knowledge-graph-skill
مطوّرو البرمجيات

Skill for searching and evolving the SQLite-backed Knowledge Graph. Use this when you need structured fact/concept/link search across one or more teams, NPCs, or directory scopes. The Knowledge Graph (KG) is stored in the application's database (not YAML). It…

٢٠ يونيو ٢٠٢٦
knowledge-index-skill
مطوّرو البرمجيات

Skill for using the KnowledgeIndex registry to discover which directories contain `.knowledge.yaml` files without walking the filesystem. KnowledgeIndex is a lightweight SQLite cache. It maps directory paths to file metadata (mtime, memory_count, link_count).…

٢٠ يونيو ٢٠٢٦
knowledge-sememolution-skill
مطوّرو البرمجيات

Skill for population-based Knowledge Graph evolution via Sememolution. Use this when the user wants creative cross-domain synthesis, speculative reasoning, or when a single KG search might be too narrow. Sememolution maintains a population of KG…

٢٠ يونيو ٢٠٢٦
knowledge-store-skill
مطوّرو البرمجيات

Skill for working with local .knowledge.yaml files via KnowledgeStore. Use this when you need to recall, search, or manage directory-local memories and knowledge links stored in plain YAML alongside the user's project files. KnowledgeStore is…

٢٠ يونيو ٢٠٢٦
create-jinx
مطوّرو البرمجيات

Write a new .jinx file from inputs (name, description, inputs spec as JSON list of strings, python body). Agents use this mid-task to crystallize a repeated block of code into a reusable jinx. The jinx is written to the team's jinxes/lib dir by default and…

١٩ أبريل ٢٠٢٦
run-jinx
مطوّرو البرمجيات

Execute a jinx by name (already loaded on the team) or by filesystem path (e.g. a freshly created_jinx that isn't yet registered), passing input values as a JSON object. Returns the jinx's output field or the full context dict. Use this to run a jinx you just…

١٩ أبريل ٢٠٢٦
عرض ٣ من أصل ٣ مستودعات
تم تحميل كل المستودعات