SkillProjects GmbHBordesholmJahresabschluss zum Geschäftsjahr vom 01.01.2024 bis zum 31.12.2024Bilanzscroll
scroll
sonstige Berichtsbestandteile
Anhang für das Geschäftsjahr 2024
|
||||||||||||||||||||||||||||||||||||||||||
SkillProjects GmbH
Overview
- Legal form
- GmbH
- Address
-
Möhlenkamp 48
24582 Bordesholm - Commercial register
- HRB 18529KI, Kiel
- Registration date
- March 7, 2017
- Industry
-
Erbringung von Beratungsleistungen auf dem Gebiet der Informationstechnologie
Unternehmensberatung
Architekturbüros für Hochbau - Registered capital
- 50,000.00 EUR
- Representation rules
Die Gesellschaft hat einen oder mehrere Geschäftsführer. Ist ein Geschäftsführer bestellt, so vertritt er die Gesellschaft allein. Sind mehrere Geschäftsführer bestellt, wird die Gesellschaft gemeinschaftlich durch zwei Geschäftsführer oder durch einen Geschäftsführer in Gemeinschaft mit einem Prokuristen vertreten.
- Purpose
- strategische Unternehmensberatung sowie Beratung zur unternehmerischen Datenverarbeitung und deren Umsetzung
Financials
Balance sheet
2025- Current Assets 97,9 % 230,8 k
- Prepaid Expenses 1,1 % 2,6 k
- Fixed Assets 1,1 % 2,5 k
- Equity 72,2 % 170,3 k
- Provisions 16,8 % 39,7 k
- Liabilities 11,0 % 25,9 k
- Accrued Expenses 0,0 % 0
Balance sheet data available for 5 earlier fiscal years.
Authorized representatives
-
Dirk Klose
since 2017 Managing Director
-
Kolja Brosche
since 2019 Managing Director
Ownership & holdings
Shareholders
-
Dirk Klose
41.0 %
21k €
-
Kolja Brosche
41.0 %
21k €
- trust in partnership GmbH DEU 18.0 % 9k €
Ultimate beneficial owners (UBOs)
-
D*** K****
≥25%
41.0 %
-
K**** B******
≥25%
41.0 %
Holds shares in
- kodilabs GmbH 100.0 %
History
- 2025
-
18.11.
Change of bylawsSkillProjects GmbH
-
01.10.
Change of bylawsSkillProjects GmbH
-
01.10.
Change of representation schemeDie Gesellschaft hat einen oder mehrere Geschäftsführer. Ist ein Geschäftsführer bestellt, so vertritt er die Gesellschaft allein. Sind mehrere Geschäftsführer bestellt, wird die Gesellschaft gemeinschaftlich durch zwei Geschäftsführer oder durch einen Geschäftsführer in Gemeinschaft mit einem Prokuristen vertreten.
- 2019
-
02.08.
Member entryKolja Brosche · Managing Director
-
18.07.
Change of share capitalSkillProjects GmbH
-
18.07.
Change of bylawsSkillProjects GmbH
- 2017
-
20.04.
SplitSkillProjects GmbH
-
16.03.
Change of purposestrategische Unternehmensberatung sowie Beratung zur unternehmerischen Datenverarbeitung und deren Umsetzung
Annual statements
Original published statements, ordered by fiscal year.
| Fiscal year | Document | Published | Access |
|---|---|---|---|
| 2025 | Jahresabschluss | Published | Via the API |
| 2024 | Jahresabschluss | Published | Read full text |
| 2020 | Jahresabschluss | Published | Via the API |
| 2019 | Jahresabschluss | Published | Via the API |
| 2018 | Jahresabschluss | Published | Via the API |
2024 Jahresabschluss Full text
Register documents
Bring original register extracts and company documents into your application as PDF or XML.
/v1/fetch-document- Current extract (AD) PDF
- Chronological extract (CD) PDF
- Structured content (SI, XML) XML
- Shareholders list PDF
- Articles of association PDF
Explore more companies
Company data in your AI chat
Ask about directors, ownership and financial figures. Our MCP server connects your assistant to the Handelsregister API.
Connect your assistant
- Open Connectors in Claude and add a custom connector.
-
Enter this server URL and add the connector:
https://mcp.handelsregister.ai/mcp - Connect with your handelsregister.ai account, then enable the connector in your chat via “+” → “Connectors”.
- In ChatGPT on the web, open Settings → Apps and create a custom app. Developer mode must be enabled for your account.
-
Use “handelsregister” as the name, OAuth for authentication and this server URL:
https://mcp.handelsregister.ai/mcp - Sign in with your handelsregister.ai account, create the app and select it from the tools menu in your chat.
Run once in your terminal:
claude mcp add --transport http handelsregister https://mcp.handelsregister.ai/mcp \
--header "X-API-Key: YOUR_API_KEY"
Replace YOUR_API_KEY with your handelsregister.ai API key.
Add this MCP server as a tool in your application:
from openai import OpenAI
client = OpenAI()
response = client.responses.create(
model="gpt-6-astra",
input="Show me the directors, shareholders and latest available financial figures for SkillProjects GmbH. Include fiscal years and sources.\n\nentity_id: 0e46e9b9f44f57abf837d716217884d2",
tools=[{
"type": "mcp",
"server_label": "handelsregister",
"server_url": "https://mcp.handelsregister.ai/mcp",
"headers": {"X-API-Key": "YOUR_API_KEY"},
"require_approval": "never",
}],
)
print(response.output_text)
Replace YOUR_API_KEY with your handelsregister.ai API key.
Add this configuration to your MCP client:
{
"mcpServers": {
"handelsregister": {
"url": "https://mcp.handelsregister.ai/mcp",
"headers": { "X-API-Key": "YOUR_API_KEY" }
}
}
}
Replace YOUR_API_KEY with your handelsregister.ai API key.
Ask about this company
Once connected, ask your assistant this question:
Show me the directors, shareholders and latest available financial figures for SkillProjects GmbH. Include fiscal years and sources.
Copying failed. Please select the text and copy it manually.
Keyboard shortcuts
- Copy active snippet
- C
- Copy entity_id
- I
- Switch tab
- 1–6
- Toggle this help
- ?