plang
Natural language programming with goal-based Plang code
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Plang skill?โผ
Run `npx skills add PLangHQ/plang --all -g -y` in your terminal to install this skill globally.
What is the Plang programming language?โผ
Plang is a natural language programming language where each file is a goal containing steps written in plain English. It compiles pseudo-code into executable instructions with built-in database, HTTP, and file modules.
How to write database operations in Plang?โผ
Use natural language steps like `insert into users, name=%name%` or `select * from users where id=%userId%, write to %user%`. Plang defaults to SQLite and handles table creation in Setup goals.
What is the difference between Setup and Start in Plang?โผ
Setup.goal runs one-time initialization like creating tables and seeding data. Start.goal is the application entry point that starts the webserver or recurring tasks.
Can I build apps in Plang without coding experience?โผ
Yes. Plang steps are written in plain English, and this skill guides your agent to generate correct syntax, patterns, and error handling for you.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core