code-style
SmartHopper is an open-source project that implements third-party AI APIs to provide advanced features for Grasshopper3D.
Install / Use
npx skills add architects-toolkit/SmartHopperInstalls into whichever agent you are using.
SKILL.md
Installable skill definition
Quality Score
Category
Development & EngineeringSupported Platforms
Skill content
View source on GitHubname: code-style description: Clean C# code style based on project rules allowed-tools:
- read
- edit
- grep
- glob
- ask_user_question triggers:
- user
- model
-
Ask the user which files they want to clean if no file list is provided.
-
For the selected
*.csfiles, apply the repository style:
- Add XML docstrings to members when missing. Use
/// <inheritdoc/>only when the parent/interface member has accurate documentation. - Ensure 4-space indentation and remove repeated whitespace that is not meaningful alignment.
- Keep one blank line between members and remove multiple consecutive blank lines.
- Use braces for
if,for,foreach,while,try, and similar blocks. - Use trailing commas in multi-line initializers.
- Prefix instance member access with
this.where appropriate. - Sort using directives alphabetically, with
Systemnamespaces first. - Preserve or add the standard file header, replacing
YYYYwith the file creation year or range: /*
- SmartHopper - AI-powered Grasshopper Plugin
- Copyright (C) YYYY Marc Roca Musach
- This library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Lesser General Public
- License as published by the Free Software Foundation; either
- version 3 of the License, or (at your option) any later version. */
- Do not perform broad refactors during a style cleanup unless the user explicitly asks for them.
Related Skills
Agent-Reach
84.2kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
headroom
73.4kCompress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
career-ops
72.3kOpen-source AI job search: scan job portals, evaluate listings into a structured A-H report with a global 1-5 score, tailor your CV, track applications — runs locally in your AI coding CLI (Claude Code, Codex, OpenCode, Antigravity…)
ai-job-search
43.5kThe job search that runs on your machine. AI job application framework built on Claude Code: evaluate postings, tailor CVs, write cover letters, prep interviews. Fork it and own it.
Security Score
Audited on Invalid Date
